Beispiel #1
0
 /**
  * @param CDomain $oDomain
  * @return bool
  */
 public function UpdateDomain(CDomain $oDomain)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->UpdateDomain($oDomain));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }