| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 4 | trait OutputTrait |
||
| 5 | { |
||
| 6 | protected $outputLoader; |
||
| 7 | |||
| 8 | final protected function output() |
||
| 11 | } |
||
| 12 | |||
| 13 | final protected function outputCli($string, $eol = true) |
||
| 16 | } |
||
| 17 | |||
| 18 | protected function outputHtml($data, $pageTemplate, $mainTemplate = null) |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | protected function outputJson($data) |
||
| 36 |