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

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

Return the identifier of the message Use this identifier to acknowledge the poll message
public getMessageId ( ) : null | string
Результат null | string
    public function getMessageId()
    {
        return $this->queryPath('/epp:epp/epp:response/epp:msgQ/@id');
    }