Exemplo n.º 1
0
 public function __construct($logging = false, $settingsfile = null)
 {
     parent::__construct($logging, $settingsfile);
     //parent::enableDnssec();
     parent::setServices(array('urn:ietf:params:xml:ns:domain-1.0' => 'domain', 'urn:ietf:params:xml:ns:contact-1.0' => 'contact'));
     //parent::addExtension('nsgroup','http://www.eurid.eu/xml/epp/nsgroup-1.1');
     parent::addService('http://www.eurid.eu/xml/epp/registrar-1.0', 'registrar');
     //parent::addExtension('authInfo','http://www.eurid.eu/xml/epp/authInfo-1.0');
     #parent::addCommandResponse('euridEppCreateNsgroupRequest', 'euridEppCreateNsgroupResponse');
     #parent::addCommandResponse('euridEppCreateRequest', 'euridEppCreateResponse');
     #parent::addCommandResponse('euridEppAuthcodeRequest', 'eppResponse');
     parent::addCommandResponse('Metaregistrar/EPP/euridEppInfoDomainRequest', 'Metaregistrar/EPP/euridEppInfoDomainResponse');
     #parent::addCommandResponse('euridEppCreateRequest', 'eppCreateResponse');
     #parent::addCommandResponse('eppCheckRequest', 'euridEppCheckResponse');
 }