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