public function __construct()
 {
     parent::__construct();
     $this->activities = new ArrayCollection();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->classrooms = new ArrayCollection();
 }
Exemple #3
0
 /**
  * Manager constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->presenters = new ArrayCollection();
 }