1 | <?php |
||
22 | class NullIoHandler extends AbstractOobHandler |
||
23 | { |
||
24 | /** |
||
25 | * @inheritDoc |
||
26 | */ |
||
27 | 1 | public function supports(OperationInterface $operation) |
|
31 | |||
32 | /** |
||
33 | * @inheritDoc |
||
34 | */ |
||
35 | 1 | protected function handleOperation( |
|
44 | |||
45 | /** |
||
46 | * @inheritDoc |
||
47 | */ |
||
48 | 2 | protected function getHandlerType() |
|
52 | |||
53 | } |
||
54 |