Metaregistrar\EPP\eppPollResponse::getDomainExpirationDate PHP Method

getDomainExpirationDate() public method

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