| 1 | <?php |
||
| 18 | class DisconnectedIo extends AbstractIo |
||
| 19 | { |
||
| 20 | /** {@inheritdoc} */ |
||
| 21 | 12 | public function read(FramePickerInterface $picker, Context $context, $isOutOfBand) |
|
| 25 | |||
| 26 | /** {@inheritdoc} */ |
||
| 27 | 12 | public function write($data, Context $context, $isOutOfBand) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritDoc |
||
| 34 | */ |
||
| 35 | 8 | public function isConnected() |
|
| 39 | } |
||
| 40 |