1 | <?php |
||
14 | final class App |
||
15 | { |
||
16 | /** |
||
17 | * @param string $name application name 'MyVendor\MyProject' |
||
18 | * @param string $contexts application context 'prod-app' |
||
19 | * @param string $envFile .env file path '/path/to/project/.env' |
||
20 | * @param string $appDir application directory '/path/to/project' |
||
21 | */ |
||
22 | 8 | public function __invoke( |
|
43 | } |
||
44 |