| 1 | <?php |
||
| 16 | class Log extends StreamCollector implements BarRenderableInterface |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @author LAHAXE Arnaud |
||
| 20 | * |
||
| 21 | * |
||
| 22 | */ |
||
| 23 | protected function registerListeners() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * The path in the final json |
||
| 33 | * @example |
||
| 34 | * path /aa/bb |
||
| 35 | * will be transformed to |
||
| 36 | * { |
||
| 37 | * aa : { |
||
| 38 | * bb: <VALUE OF RESOLVE> |
||
| 39 | * } |
||
| 40 | * } |
||
| 41 | * @return mixed |
||
| 42 | */ |
||
| 43 | 96 | public function getPath() |
|
| 47 | |||
| 48 | /** |
||
| 49 | * Write data in the datasource and clean current buffer |
||
| 50 | * @return mixed |
||
| 51 | */ |
||
| 52 | 4 | public function stream() |
|
| 58 | } |
||
| 59 |