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