コード例 #1
0
ファイル: AAdmin.php プロジェクト: kingsj/core
 /**
  * Call controller action
  *
  * @return void
  */
 protected function callAction()
 {
     $this->checkForDemoController() ? $this->forbidInDemoMode() : parent::callAction();
 }