コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->exigencies = new \Doctrine\Common\Collections\ArrayCollection();
 }
コード例 #2
0
ファイル: Manager.php プロジェクト: hermann106/PasaGlProject
 public function __construct()
 {
     parent::__construct();
     $this->projects = new ArrayCollection();
     $this->collaborators = new ArrayCollection();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->progressions = new \Doctrine\Common\Collections\ArrayCollection();
 }