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

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

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