| 1 | <?php |
||
| 9 | class ApplicationBootstrap implements BootstrapInterface, SiteConfigLoader |
||
| 10 | { |
||
| 11 | |||
| 12 | public function boot(Application $app) |
||
| 28 | |||
| 29 | public function getSiteConfig() |
||
| 33 | |||
| 34 | private function getErrorReporterConfig() |
||
| 38 | |||
| 39 | private function getViewEngineConfig() |
||
| 43 | |||
| 44 | private function getViewResolvers() |
||
| 48 | |||
| 49 | private function getEventListener() |
||
| 53 | |||
| 54 | private function getRouterConfig() |
||
| 58 | } |
||
| 59 |