1 | <?php |
||
10 | class Meta extends AbstractAppMeta |
||
11 | { |
||
12 | /** |
||
13 | * @param string $name application name (Vendor\Project) |
||
14 | * @param string $context application context (prod-hal-app) |
||
15 | * @param string $appDir application directory |
||
16 | */ |
||
17 | public function __construct(string $name, string $context = 'app', string $appDir = '') |
||
30 | |||
31 | private function getAppDir(string $name) : string |
||
40 | } |
||
41 |