Exemplo n.º 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;
 }