public function init()
 {
     parent::init();
     $this->initVariables();
 }
 public function init()
 {
     parent::init();
     $this->disableLayout();
 }
 public function init()
 {
     $this->fillSuffix();
     parent::init();
     $this->initVariables();
 }
 public function init()
 {
     $this->mobile_redirect();
     parent::init();
     $this->initVariables();
 }