Exemplo n.º 1
0
 public function afterAction($action)
 {
     ## Make sure service daemon is started
     if (!ServiceManager::checkDaemon()) {
         ServiceManager::startDaemon();
     }
     parent::afterAction($action);
     return true;
 }