| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 30% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class GameModRepository extends Repository |
||
| 8 | { |
||
| 9 | 9 | public function __construct(GameMod $gameMod) |
|
| 10 | { |
||
| 11 | 9 | $this->model = $gameMod; |
|
| 12 | 9 | } |
|
| 13 | |||
| 14 | public function getAll($perPage = 20) |
||
| 17 | } |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param string $gameCode |
||
| 21 | * @return array |
||
| 22 | */ |
||
| 23 | public function getIdNameListForGame(string $gameCode) |
||
| 29 | } |
||
| 30 | } |