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 | /** |
||
14 | * Set contact authinfo |
||
15 | * |
||
16 | * @param string $pw authinfo |
||
17 | * @param string $roid If specified, authinfo is of domain whose registrant is this contact |
||
18 | */ |
||
19 | public function setAuthInfo($pw, $roid = null) |
||
27 | } |
||
28 |