for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AfriCC\EPP\Extension\NASK;
use AfriCC\EPP\ObjectSpec as MainObjectSpec;
class ObjectSpec extends MainObjectSpec
{
public $specs = [
'epp' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/epp-2.0',
],
'domain' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/domain-2.0',
'host' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/host-2.0',
'contact' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/contact-2.0',
'future' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/future-2.0',
'secDNS' => [
'xmlns' => 'http://www.dns.pl/nask-epp-schema/secDNS-2.0',
];
public $services = [
'http://www.dns.pl/nask-epp-schema/contact-2.0',
'http://www.dns.pl/nask-epp-schema/host-2.0',
'http://www.dns.pl/nask-epp-schema/domain-2.0',
'http://www.dns.pl/nask-epp-schema/future-2.0',
public $serviceExtensions = [
'http://www.dns.pl/nask-epp-schema/extcon-2.0',
'http://www.dns.pl/nask-epp-schema/extdom-2.0',
'http://www.dns.pl/nask-epp-schema/secDNS-2.0',
}