Advertisement
enkuso

Untitled

Sep 23rd, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2. * BaseNmcContentCategory
  3. *
  4. * This class has been auto-generated by the Doctrine ORM Framework
  5. *
  6. * @property integer $id
  7. * @property string $name
  8. * @property integer $root_id
  9. * @property NmcContentCategory $RootCategory
  10. * @property Doctrine_Collection $NmcContent
  11. *
  12. * @method integer getId() Returns the current record's "id" value
  13. * @method string getName() Returns the current record's "name" value
  14. * @method integer getRootId() Returns the current record's "root_id" value
  15. * @method NmcContentCategory getRootCategory() Returns the current record's "RootCategory" value
  16. * @method Doctrine_Collection getNmcContent() Returns the current record's "NmcContent" collection
  17. * @method NmcContentCategory setId() Sets the current record's "id" value
  18. * @method NmcContentCategory setName() Sets the current record's "name" value
  19. * @method NmcContentCategory setRootId() Sets the current record's "root_id" value
  20. * @method NmcContentCategory setRootCategory() Sets the current record's "RootCategory" value
  21. * @method NmcContentCategory setNmcContent() Sets the current record's "NmcContent" collection
  22. *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement