Example #1
0
 public function init()
 {
     parent::init();
     $render = $this->ini->viewRenderType();
     if ($render === 'html') {
         $this->ini->viewRenderType('json');
     }
 }
Example #2
0
 protected function initForUriDefault($subdir = '/manage')
 {
     parent::initForUriDefault($subdir);
 }