Ejemplo n.º 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();
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->ordre = 0;
     $this->soustaches = new \Doctrine\Common\Collections\ArrayCollection();
 }
Ejemplo n.º 4
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->membres = new \Doctrine\Common\Collections\ArrayCollection();
 }