| 1 | <?php | ||
| 8 | class Report extends Extension implements ExtensionInterface | ||
| 9 | { | ||
| 10 | protected $ignore_command = true; | ||
| 11 | protected $command = 'report'; | ||
| 12 | protected $mapping = 'extreport'; | ||
| 13 | protected $extension = 'extreport'; | ||
| 14 | protected $extension_xmlns = 'http://www.dns.pl/nask-epp-schema/extreport-2.0'; | ||
| 15 | |||
| 16 | public function getExtensionNamespace() | ||
| 20 | |||
| 21 | public function setOffset($offset) | ||
| 25 | |||
| 26 | public function setLimit($limit) | ||
| 30 | } | ||
| 31 |