Metaregistrar\EPP\eppPollResponse::getDomainTrStatus PHP Method

getDomainTrStatus() public method

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