Exemplo n.º 1
0
 public function endVacationMode()
 {
     if (parent::endVacationMode()) {
         $logs = Dolumar_Players_Logs::getInstance();
         $logs->addEndVacationLog($this);
         return true;
     } else {
         return false;
     }
 }