Пример #1
0
 public function adminBootstrapper($bootstrapper)
 {
     if ($this->action instanceof AdminClientAction) {
         $this->view->addBootstrapper($bootstrapper);
     }
 }
Пример #2
0
 public function addBootstrapper($bootstrapper)
 {
     $this->view->addBootstrapper($bootstrapper);
 }