Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class Offline extends Controller |
||
24 | { |
||
25 | /** |
||
26 | * Offline::$inherited |
||
27 | * |
||
28 | * Controller inherited flag. |
||
29 | * |
||
30 | * @var bool |
||
31 | */ |
||
32 | static public $inherited = true; |
||
33 | |||
34 | // ------------------------------------------------------------------------ |
||
35 | |||
36 | /** |
||
37 | * Offline::index |
||
38 | */ |
||
39 | public function index() |
||
42 | } |
||
43 | } |