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');
    }