| 1 | <?php |
||
| 9 | class ApplicationBootstrap implements BootstrapInterface, SiteConfigLoader |
||
| 10 | { |
||
| 11 | |||
| 12 | public function boot(Application $app) |
||
| 27 | |||
| 28 | public function getSiteConfig() |
||
| 32 | |||
| 33 | private function getErrorReporterConfig() |
||
| 37 | |||
| 38 | private function getDbConfig() |
||
| 42 | |||
| 43 | private function getViewEngineConfig() |
||
| 47 | |||
| 48 | private function getEventListener() |
||
| 52 | |||
| 53 | private function getRouterConfig() |
||
| 57 | } |
||
| 58 |