Exemple #1
0
 /**
  * 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']);
 }
Exemple #2
0
 /**
  * Initialization hook method.
  *
  * @return void
  */
 public function initialize()
 {
     parent::initialize();
     $this->loadComponent('Search.Prg');
     $this->loadComponent('Union/Core.BulkProcess');
     $this->loadComponent('Union/Extensions.Plugin');
 }