1 | <?php |
||
15 | class Nack extends BaseCommand implements CommandInterface |
||
16 | { |
||
17 | /** |
||
18 | * @inheritdoc |
||
19 | */ |
||
20 | protected $argumentsType = self::ARGUMENTS_TYPE_STRINGS; |
||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | protected $responseHandler = IntResponse::class; |
||
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | public function getCommand() |
||
34 | } |