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