1 | <?php |
||
13 | class Index { |
||
14 | use |
||
15 | Singleton; |
||
16 | |||
17 | /** |
||
18 | * Getter for `controller_path` property (no other properties supported currently) |
||
19 | * |
||
20 | * @param string $property |
||
21 | * |
||
22 | * @return false|string[] |
||
23 | */ |
||
24 | function __get ($property) { |
||
31 | /** |
||
32 | * Executes plugins processing, blocks and module page generation |
||
33 | * |
||
34 | * @deprecated use `cs\App::execute()` instead |
||
35 | * |
||
36 | * @throws ExitException |
||
37 | */ |
||
38 | function __finish () { |
||
41 | } |
||
42 |