Metaregistrar\EPP\eppPollResponse::getDomainRequestClientId PHP Method

getDomainRequestClientId() public method

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