1 | <?php |
||
8 | class Contact extends ContactInfo implements ExtensionInterface |
||
9 | { |
||
10 | protected $extension = 'extcon'; |
||
11 | protected $extension_xmlns = 'http://www.dns.pl/nask-epp-schema/extcon-2.0'; |
||
12 | |||
13 | public function getExtensionNamespace() |
||
17 | |||
18 | /** |
||
19 | * Set contact authinfo |
||
20 | * |
||
21 | * @param string $pw authinfo |
||
22 | * @param string $roid If specified, authinfo is of domain whose registrant is this contact |
||
23 | */ |
||
24 | public function setAuthInfo($pw, $roid = null) |
||
32 | } |
||
33 |