| 1 | <?php namespace rtens\domin\delivery\cli\renderers; |
||
| 6 | class DelayedOutputRenderer implements Renderer { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @param mixed $value |
||
| 10 | * @return bool |
||
| 11 | */ |
||
| 12 | public function handles($value) { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @param DelayedOutput $value |
||
| 18 | * @return DelayedOutput |
||
| 19 | */ |
||
| 20 | public function render($value) { |
||
| 23 | } |