Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class MigrationModelList extends DBCollection |
||
11 | { |
||
12 | protected $tableName = 'suricate_migrations'; |
||
13 | protected $itemsType = MigrationModel::class; |
||
14 | |||
15 | public function setDBConfig(string $config): self |
||
19 | } |
||
20 | |||
21 | public static function loadAllWithConfig(string $configName) |
||
35 | } |
||
36 | |||
37 | protected function connectDB() |
||
48 |