public function __construct()
 {
     parent::__construct();
     $this->exigencies = new \Doctrine\Common\Collections\ArrayCollection();
 }
Exemple #2
0
 public function __construct()
 {
     parent::__construct();
     $this->projects = new ArrayCollection();
     $this->collaborators = new ArrayCollection();
 }
 public function __construct()
 {
     parent::__construct();
     $this->progressions = new \Doctrine\Common\Collections\ArrayCollection();
 }