示例#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);
 }