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