| 1 | <?php |
||
| 11 | class App extends \DI\Bridge\Slim\App |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | private $bootstrapFilePath; |
||
| 17 | 1 | ||
| 18 | /** |
||
| 19 | 1 | * App constructor. |
|
| 20 | 1 | * |
|
| 21 | 1 | * @param string $bootstrapFilePath |
|
| 22 | */ |
||
| 23 | public function __construct(string $bootstrapFilePath) |
||
| 30 | |||
| 31 | protected function configureContainer(ContainerBuilder $builder) |
||
| 35 | |||
| 36 | 1 | /** |
|
| 37 | * add modules to App |
||
| 38 | */ |
||
| 39 | private function loadModules() |
||
| 50 | } |