Metaregistrar\EPP\eppPollResponse::getDomainName PHP Метод

getDomainName() публичный Метод

public getDomainName ( )
    public function getDomainName()
    {
        $this->messageType = $this->getMessageType();
        return $this->queryPath('/epp:epp/epp:response/epp:resData/domain:' . $this->messageType . 'Data/domain:name');
    }