Advertisement
Guest User

Untitled

a guest
Apr 10th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /**
  2. * The parent forum
  3. * @ORM\ManyToOne(targetEntity="\TYPO3\FORUM\Domain\Model\Forum")
  4. * @var \TYPO3\FORUM\Domain\Model\Forum
  5. */
  6. protected $parent;
  7.  
  8. /**
  9. * Childrens Forum
  10. * @var \Doctrine\Common\Collections\ArrayCollection<\TYPO3\FORUM\Domain\Model\Forum>
  11. */
  12. private $children;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement