1 | <?php namespace rtens\domin\delivery\web\renderers; |
||
7 | class DelayedOutputRenderer implements WebRenderer { |
||
8 | |||
9 | /** |
||
10 | * @param mixed $value |
||
11 | * @return bool |
||
12 | */ |
||
13 | public function handles($value) { |
||
16 | |||
17 | /** |
||
18 | * @param DelayedOutput $value |
||
19 | * @return DelayedOutput |
||
20 | */ |
||
21 | public function render($value) { |
||
34 | |||
35 | /** |
||
36 | * @param mixed $value |
||
37 | * @return array|Element[] |
||
38 | */ |
||
39 | public function headElements($value) { |
||
58 | } |