示例#1
0
 /**
  * @param string $iDomainId
  * @return CDomain
  */
 public function GetDomainById($sDomainId)
 {
     return $this->getDomainBySql($this->oCommandCreator->GetDomainById((int) $sDomainId));
 }