Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
12 | class CheckBackendConnectivityFilter extends CFilter |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * @param CFilterChain $filterChain |
||
17 | * @return boolean whether to continue the filtering |
||
18 | * @throws CHttpException if the current backend is not connectable and |
||
19 | * cannot be awakened |
||
20 | */ |
||
21 | protected function preFilter($filterChain) |
||
38 |