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