| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class PageCategoryAuthLoader implements IAuthLoader |
||
| 12 | { |
||
| 13 | /** @var ConnectionPool */ |
||
| 14 | protected $connectionPool; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * BlockCache constructor. |
||
| 18 | * |
||
| 19 | * @param ConnectionPool $connectionPool |
||
| 20 | */ |
||
| 21 | public function __construct(ConnectionPool $connectionPool) |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return array|bool |
||
| 28 | */ |
||
| 29 | public function loadAll() |
||
| 48 |