| 1 | <?php |
||
| 14 | class App extends \Slim\App |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Create new application |
||
| 18 | * |
||
| 19 | * Load context settings if nothing specified in the constructor |
||
| 20 | * |
||
| 21 | * @param ContainerInterface|array $container Either a ContainerInterface or an associative array of app settings |
||
| 22 | * @throws InvalidArgumentException when no container is provided that implements ContainerInterface |
||
| 23 | */ |
||
| 24 | public function __construct($container = null) |
||
| 32 | } |