Ejemplo n.º 1
0
 /**
  * Updates calendar user settings.
  * 
  * @param CCalUser $oCalUser CCalUser object.
  * 
  * @return bool
  */
 public function updateCalUser(CCalUser $oCalUser)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->updateCalUserQuery($oCalUser));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }