| 1 | <?php |
||
| 9 | class Report extends Extension implements ExtensionInterface |
||
| 10 | { |
||
| 11 | use ExtensionTrait; |
||
| 12 | |||
| 13 | protected $ignore_command = true; |
||
| 14 | protected $command = 'report'; |
||
| 15 | protected $mapping = 'extreport'; |
||
| 16 | protected $extension = 'extreport'; |
||
| 17 | protected $extension_xmlns = 'http://www.dns.pl/nask-epp-schema/extreport-2.0'; |
||
| 18 | |||
| 19 | public function setOffset($offset) |
||
| 23 | |||
| 24 | public function setLimit($limit) |
||
| 28 | } |
||
| 29 |