コード例 #1
0
ファイル: StatsController.php プロジェクト: joseph1125/cis
 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
ファイル: GroupsController.php プロジェクト: joseph1125/cis
 /**
  * Create a new controller instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->coursesController = new CoursesController();
 }