Пример #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();
 }
Пример #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();
 }