1 | <?php |
||
22 | class LayerChainBuilder |
||
23 | { |
||
24 | /** |
||
25 | * Construct a LayerChain from application configuration. |
||
26 | * |
||
27 | * @param Hive $config |
||
28 | * @param Container $container |
||
29 | * @throws ConfigurationException |
||
30 | * @return LayerChain |
||
31 | */ |
||
32 | public static function initWithConfigurationAndContainer(Hive $config, Container $container) |
||
52 | } |
||
53 |