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