Exemple #1
0
 private function _deleteLocal()
 {
     if ($this->_debug) {
         echo 'Delete local' . PHP_EOL;
     }
     $this->_reservation->setIdGoogleEvent('');
     $this->_reservation->setStatus(Reservation::STATUS_DECLINED);
     $this->_save();
 }