コード例 #1
0
ファイル: Techno.php プロジェクト: messi1983/messi-repo
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->motsCles = new \Doctrine\Common\Collections\ArrayCollection();
     $this->formations = new \Doctrine\Common\Collections\ArrayCollection();
     $this->experiences = new \Doctrine\Common\Collections\ArrayCollection();
     $this->level = 0;
 }
コード例 #2
0
ファイル: Realisation.php プロジェクト: messi1983/messi-repo
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->date = new \Datetime();
 }
コード例 #3
0
ファイル: Societe.php プロジェクト: messi1983/messi-repo
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->experiences = new \Doctrine\Common\Collections\ArrayCollection();
 }
コード例 #4
0
ファイル: Sport.php プロジェクト: messi1983/messi-repo
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }