Metaregistrar\EPP\eppHelloResponse::getServerName PHP Method

getServerName() public method

Server name is returned by EPP greeting (hello)
public getServerName ( ) : string
return string
    public function getServerName()
    {
        return $this->queryPath('/epp:epp/epp:greeting/epp:svID');
    }