コード例 #1
0
ファイル: BaseController.php プロジェクト: JoniJnm/jlangs
 public function __construct($route)
 {
     parent::__construct($route);
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->relationModel = RelationModel::getInstance();
     $this->companyModel = CompanyModel::getInstance();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->agreementModel = AgreementModel::getInstance();
 }