コード例 #1
0
ファイル: Dashboard.php プロジェクト: rcrrich/cunity
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     Login::loginRequired();
     $this->registerCss("dashboard", "dashboard");
 }
コード例 #2
0
ファイル: Admin.php プロジェクト: rcrrich/cunity
 /**
  * @throws \Exception
  */
 public function __construct()
 {
     parent::__construct();
     \Cunity\Admin\Models\Login::loginRequired();
     $this->show();
 }