1 | <?php |
||
18 | class Domain extends DomainTransfer implements Extension |
||
19 | { |
||
20 | use ExtensionTrait; |
||
21 | |||
22 | protected $extension = 'extdom'; |
||
23 | protected $extension_xmlns = 'http://www.nic.it/ITNIC-EPP/extdom-2.0'; |
||
24 | |||
25 | public function setNewRegistrant($registrant) |
||
29 | |||
30 | public function setNewAuthInfo($pw) |
||
34 | } |
||
35 |