예제 #1
0
 public function init()
 {
     parent::init();
     $this->initVariables();
 }
 public function init()
 {
     parent::init();
     $this->disableLayout();
 }
예제 #3
0
 public function init()
 {
     $this->fillSuffix();
     parent::init();
     $this->initVariables();
 }
예제 #4
0
 public function init()
 {
     $this->mobile_redirect();
     parent::init();
     $this->initVariables();
 }