1 | <?php |
||
15 | class ServiceManagerFactory |
||
16 | { |
||
17 | /** |
||
18 | * @return mixed[] |
||
19 | */ |
||
20 | public static function getConfiguration() : array |
||
24 | |||
25 | /** |
||
26 | * Retrieves a new ServiceManager instance |
||
27 | * |
||
28 | * @param mixed[]|null $configuration |
||
29 | */ |
||
30 | public static function getServiceManager(?array $configuration = null) : ServiceManager |
||
48 | } |
||
49 |