コード例 #1
0
ファイル: Director.php プロジェクト: bixlabs/concepto-sises
 function __construct()
 {
     parent::__construct();
     $this->empresas = new ArrayCollection();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->asignacion = new ArrayCollection();
 }