コード例 #1
0
ファイル: storage.php プロジェクト: BertLasker/Catch-design
 /**
  * @param array $aDomainsIds
  * @return bool
  */
 public function DeleteDomains($aDomainsIds)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->DeleteDomains($aDomainsIds));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }