コード例 #1
0
ファイル: storage.php プロジェクト: BertLasker/Catch-design
 /**
  * @param string $iDomainId
  * @return CDomain
  */
 public function GetDomainById($sDomainId)
 {
     return $this->getDomainBySql($this->oCommandCreator->GetDomainById((int) $sDomainId));
 }