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