| 1 | <?php |
||
| 13 | final class Configurator implements ContainerConfigurator |
||
| 14 | { |
||
| 15 | public function addApplicationConfig($container, ApplicationConfig $config, $prefix = 'config') |
||
| 25 | |||
| 26 | public function addServiceConfig($container, ServiceConfig $config) |
||
| 48 | |||
| 49 | public function addInflectorConfig($container, InflectorConfig $config) |
||
| 53 | } |
||
| 54 |