Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class AdminResourceAuthLoader implements IAuthLoader |
||
14 | { |
||
15 | protected ConnectionPool $connectionPool; |
||
16 | |||
17 | /** |
||
18 | * BlockCache constructor. |
||
19 | * |
||
20 | * @param ConnectionPool $connectionPool |
||
21 | */ |
||
22 | public function __construct(ConnectionPool $connectionPool) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @return array |
||
29 | */ |
||
30 | public function loadAll(): array |
||
49 |