| 1 | <?php |
||
| 8 | class Domain extends DomainTransfer implements Extension |
||
| 9 | { |
||
| 10 | protected $extension = 'extdom'; |
||
| 11 | protected $extension_xmlns = 'http://www.dns.pl/nask-epp-schema/extdom-2.0'; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Add resend confirmation request |
||
| 15 | * |
||
| 16 | * This element can only be applied on request frame with no period specified |
||
| 17 | */ |
||
| 18 | public function resendConfirmationRequest() |
||
| 22 | } |
||
| 23 |