コード例 #1
0
ファイル: HelpController.php プロジェクト: rendix2/QW_MVS
 public function __destruct()
 {
     parent::__destruct();
 }
コード例 #2
0
ファイル: ErrorController.php プロジェクト: rendix2/QW_MVS
 public function __construct($name)
 {
     parent::__construct($name);
     $this->getView()->setPageName("Chyba");
 }