Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->attachments = new \Doctrine\Common\Collections\ArrayCollection();
     $this->endorsements = new \Doctrine\Common\Collections\ArrayCollection();
     $this->revisions = new \Doctrine\Common\Collections\ArrayCollection();
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
 }