예제 #1
0
파일: AAdmin.php 프로젝트: kingsj/core
 /**
  * Call controller action
  *
  * @return void
  */
 protected function callAction()
 {
     $this->checkForDemoController() ? $this->forbidInDemoMode() : parent::callAction();
 }