예제 #1
0
 public function initialize()
 {
     parent::initialize();
     $this->view->disable();
 }
예제 #2
0
 public function initialize()
 {
     parent::initialize();
     $this->view->disableLevel(View::LEVEL_LAYOUT);
 }