Beispiel #1
0
 /**
  * @param CGroup $oGroup
  * @param array $aContactIds
  * @return bool
  */
 public function removeContactsFromGroup($oGroup, $aContactIds)
 {
     $sSql = $this->oCommandCreator->removeContactsFromGroup($oGroup, $aContactIds);
     return 0 < strlen($sSql) ? $this->oConnection->Execute($sSql) : true;
 }