示例#1
0
 /**
  * @param string $sCalendarId
  * @param string $sEventId
  * @return bool
  */
 public function RemoveEventFromAllGroups($sCalendarId, $sEventId)
 {
     $iResult = $this->oConnection->Execute($this->oCommandCreator->RemoveEventFromAllGroups($sCalendarId, $sEventId));
     return (bool) $iResult;
 }
 /**
  * @param string $sWhere
  * @return string
  */
 protected function getGroupByWhere($sWhere)
 {
     return parent::getGroupByWhere($sWhere) . ' LIMIT 1';
 }