Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * BaseNmcContentCategory
- *
- * This class has been auto-generated by the Doctrine ORM Framework
- *
- * @property integer $id
- * @property string $name
- * @property integer $root_id
- * @property NmcContentCategory $RootCategory
- * @property Doctrine_Collection $NmcContent
- *
- * @method integer getId() Returns the current record's "id" value
- * @method string getName() Returns the current record's "name" value
- * @method integer getRootId() Returns the current record's "root_id" value
- * @method NmcContentCategory getRootCategory() Returns the current record's "RootCategory" value
- * @method Doctrine_Collection getNmcContent() Returns the current record's "NmcContent" collection
- * @method NmcContentCategory setId() Sets the current record's "id" value
- * @method NmcContentCategory setName() Sets the current record's "name" value
- * @method NmcContentCategory setRootId() Sets the current record's "root_id" value
- * @method NmcContentCategory setRootCategory() Sets the current record's "RootCategory" value
- * @method NmcContentCategory setNmcContent() Sets the current record's "NmcContent" collection
- *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement