1 | <?php |
||
7 | class ConfigurationFactory |
||
8 | { |
||
9 | /** |
||
10 | * |
||
11 | * @param $vendor |
||
12 | * @param $path |
||
13 | * @return Configuration |
||
14 | * @throws \Exception |
||
15 | */ |
||
16 | public static function build($vendor, $path, LoggerInterface $logger = null) |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | * @param $path |
||
37 | * @return array |
||
38 | * @throws \Exception |
||
39 | */ |
||
40 | public static function getVendors($path) |
||
48 | } |
||
49 |