Exemplo n.º 1
0
 /**
  * @return void
  */
 function action()
 {
     parent::action();
     if ($this->ok) {
         Serveur::getInstance()->stopInstance();
     }
 }
Exemplo n.º 2
0
 function action()
 {
     parent::action();
     if ($this->ok) {
         $this->sendFreeText(Serveur::getInstance());
     }
 }
Exemplo n.º 3
0
 /**
  * @return void
  */
 function action()
 {
     parent::action();
     Serveur::getInstance()->initConf();
 }