1 | <?php |
||
8 | class Bootstrap |
||
9 | { |
||
10 | |||
11 | public static function boot() |
||
26 | |||
27 | public static function getSiteConfig() |
||
31 | |||
32 | public static function getErrorReporterConfig() |
||
36 | |||
37 | public static function getDbConfig() |
||
41 | |||
42 | public static function getViewEngineConfig() |
||
46 | |||
47 | public static function getRouterConfig() |
||
51 | } |
||
52 |