示例#1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->technos = new \Doctrine\Common\Collections\ArrayCollection();
     $this->taches = new \Doctrine\Common\Collections\ArrayCollection();
     $this->dateCreation = new \Datetime();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
示例#3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->ordre = 0;
     $this->soustaches = new \Doctrine\Common\Collections\ArrayCollection();
 }
示例#4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->membres = new \Doctrine\Common\Collections\ArrayCollection();
 }