コード例 #1
0
ファイル: ThemesController.php プロジェクト: Cheren/union
 /**
  * Initialization hook method.
  *
  * @return void
  */
 public function initialize()
 {
     parent::initialize();
     $this->loadComponent('Search.Prg');
     $this->loadComponent('Union/Core.BulkProcess');
     $this->viewBuilder()->helpers(['Union/Extensions.Theme']);
 }
コード例 #2
0
ファイル: PluginsController.php プロジェクト: Cheren/union
 /**
  * Initialization hook method.
  *
  * @return void
  */
 public function initialize()
 {
     parent::initialize();
     $this->loadComponent('Search.Prg');
     $this->loadComponent('Union/Core.BulkProcess');
     $this->loadComponent('Union/Extensions.Plugin');
 }