public function __construct()
 {
     $this->myCarpoolings = new ArrayCollection();
     $this->myCarpoolingsApplication = new ArrayCollection();
     $this->myCarpoolingsSelection = new ArrayCollection();
     $this->myLessons = new ArrayCollection();
     $this->myLessonsApplication = new ArrayCollection();
     $this->lessons = new ArrayCollection();
     $this->mandates = new ArrayCollection();
     $this->evaluations = new ArrayCollection();
     $this->appliances = new ArrayCollection();
     $this->myOffers = new ArrayCollection();
     $this->myOffersApplications = new ArrayCollection();
     $this->notifications = new ArrayCollection();
     $this->activeChat = true;
     $this->addRole("ROLE_USER");
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
 }