| 1 | <?php |
||
| 22 | class Domain extends UpdateCommand implements Extension |
||
| 23 | { |
||
| 24 | protected $extension = 'r'; |
||
| 25 | protected $extension_xmlns = 'http://www.nominet.org.uk/epp/xml/std-release-1.0'; |
||
| 26 | |||
| 27 | public function setDomain($domain) |
||
| 35 | |||
| 36 | public function setRegistrarTag($tag) |
||
| 40 | |||
| 41 | public function getExtensionNamespace() |
||
| 45 | } |
||
| 46 |