コード例 #1
0
ファイル: EducationController.php プロジェクト: RavenB/corvus
 public function __construct()
 {
     // Give the TableViewController parent the data it needs to construct the table view and methods
     parent::__construct(new Education(), new EducationType(), EducationTableView::getDataName(), EducationTableView::getTypeName());
 }
コード例 #2
0
 public function __construct()
 {
     // Give the TableViewController parent the data it needs to construct the table view and methods
     parent::__construct(new ProjectHistory(), new ProjectHistoryType(), ProjectHistoryTableView::getDataName(), ProjectHistoryTableView::getTypeName());
 }