示例#1
0
文件: Action.php 项目: rukzuk/rukzuk
 public function init()
 {
     parent::init();
     $this->responseData = new Response();
     $this->pushDataToErrorController = false;
 }
示例#2
0
 public function init()
 {
     parent::init();
 }