Exemplo n.º 1
0
 /**
  * User constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->enseignements = new ArrayCollection();
     $this->examens = new ArrayCollection();
     $this->evaluations_examen = new ArrayCollection();
     $this->evaluations_intervenant = new ArrayCollection();
 }
Exemplo n.º 2
0
 /**
  * User constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->class_groups = new ArrayCollection();
     $this->diplomes = new ArrayCollection();
     $this->evaluations_auto = new ArrayCollection();
     $this->evaluations_examen = new ArrayCollection();
     $this->evaluations_intervenant = new ArrayCollection();
     $this->contacts = new ArrayCollection();
 }