Beispiel #1
0
 /**
  * @return bool
  */
 public function flushContacts()
 {
     $bResult = true;
     $bResult &= $this->oConnection->Execute($this->oCommandCreator->flushContacts());
     return (bool) $bResult;
 }