| Total Complexity | 2 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class Table extends \phoponent\app\component\core\Table { |
||
| 9 | |||
| 10 | public static function load_services() |
||
| 11 | { |
||
| 12 | $dependies = Auto::dependencie('services'); |
||
| 13 | return [ |
||
| 14 | 'translation' => $dependies['translation'], |
||
| 15 | 'json_reader' => $dependies['json_reader'], |
||
| 16 | ]; |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @return string |
||
| 21 | * @throws Exception |
||
| 22 | */ |
||
| 23 | public function render():string { |
||
| 51 | } |
||
| 52 | } |