1 | <?php |
||
8 | class Domain extends DomainRenew implements ExtensionInterface |
||
9 | { |
||
10 | protected $extension = 'extdom'; |
||
11 | |||
12 | protected $extension_xmlns = 'http://www.dns.pl/nask-epp-schema/extdom-2.0'; |
||
13 | |||
14 | public function getExtensionNamespace() |
||
18 | |||
19 | public function setReactivate() |
||
23 | |||
24 | public function setRenewToDate($date) |
||
28 | } |
||
29 |