Metaregistrar\EPP\eppCreateDomainResponse::getDomain PHP Method

getDomain() public method

public getDomain ( )
    public function getDomain()
    {
        $return = new eppDomain($this->getDomainName());
        return $return;
    }