コード例 #1
0
ファイル: ShipmentController.php プロジェクト: saiber/www
 public function init()
 {
     parent::init();
     CustomerOrder::allowEmpty();
 }
コード例 #2
0
ファイル: CustomFieldController.php プロジェクト: saiber/www
 public function init()
 {
     $this->loadLanguageFile('backend/Category');
     $this->loadLanguageFile('backend/CustomField');
     return parent::init();
 }
コード例 #3
0
ファイル: TemplateController.php プロジェクト: saiber/www
 public function init()
 {
     parent::init();
     $this->application->setTheme('');
 }
コード例 #4
0
ファイル: ModuleController.php プロジェクト: GregerA/livecart
 public function init()
 {
     $this->initRepos();
     parent::init();
 }