Total Complexity | 2 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class SourceDataTable implements Table |
||
10 | { |
||
11 | protected const TemplatePath = __DIR__.'/../Templates/sourceDatas.json'; |
||
12 | |||
13 | public function query(): Builder |
||
16 | source_data.id, "source_data.group", source_data.gid, source_data.date, source_data.text, source_data.agnc, source_data.created_at |
||
17 | '); |
||
18 | } |
||
19 | |||
20 | public function templatePath(): string |
||
25 |