Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->coursesController = new CoursesController();
     $this->withinGpAsgsController = new WithinGpAsgsController();
     $this->gpAsgsController = new GpAsgsController();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 3
0
 /**
  * Create a new controller instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->coursesController = new CoursesController();
 }