示例#1
0
 public function init()
 {
     parent::init();
     CustomerOrder::allowEmpty();
 }
示例#2
0
 public function init()
 {
     $this->loadLanguageFile('backend/Category');
     $this->loadLanguageFile('backend/CustomField');
     return parent::init();
 }
示例#3
0
 public function init()
 {
     parent::init();
     $this->application->setTheme('');
 }
示例#4
0
 public function init()
 {
     $this->initRepos();
     parent::init();
 }