コード例 #1
0
ファイル: storage.php プロジェクト: pkdevboxy/webmail-lite
 /**
  * @return bool
  */
 public function flushContacts()
 {
     $bResult = true;
     $bResult &= $this->oConnection->Execute($this->oCommandCreator->flushContacts());
     return (bool) $bResult;
 }