freenet-router |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 2 | simandl | <?php |
2 | |
||
3 | namespace FreenetRouter; |
||
4 | |
||
5 | use Phem\ClassLoading\Bootstrapping\Bootstrapper; |
||
6 | |
||
7 | /** |
||
8 | * Application Initialization |
||
9 | * Only for loading/initialization of dependencies |
||
10 | * Do not access session here! |
||
11 | */ |
||
12 | class FreenetRouterBoot extends Bootstrapper |
||
13 | { |
||
14 | |
||
15 | protected function boot() |
||
16 | { |
||
17 | |
||
18 | } |
||
19 | |
||
20 | } |