| 1 | <?php |
||
| 11 | class Container |
||
| 12 | { |
||
| 13 | public static function get($key) |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return Container |
||
| 20 | */ |
||
| 21 | private static function getContainer() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param ConfigCache $containerConfigCache |
||
| 41 | * @return ContainerBuilder |
||
| 42 | */ |
||
| 43 | private static function genereateContainer(ConfigCache $containerConfigCache) |
||
| 59 | } |
||
| 60 |