Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- namespace ArticleModule;
- /**
- * @property-read int $id
- * @property string $name
- * @property int $left_index
- * @property int $right_index
- * @property int $depth
- * @property int $parent_id
- * @property string|NULL $description
- */
- class Section extends \YetORM\Entity {}
Advertisement
Add Comment
Please, Sign In to add comment