Example #1
0
 public function __construct()
 {
     $this->typeUser = User::Type_USER;
     $this->dateInscr = new DateTime();
     $this->confInscr = false;
     $this->banni = false;
     $this->nmbEssais = null;
     $this->images = new ArrayCollection();
     parent::__constract();
 }