| 1 | <?php |
||
| 12 | final class Configurator implements ContainerConfigurator |
||
| 13 | { |
||
| 14 | public function addApplicationConfig($container, ApplicationConfig $config, $prefix = 'config') |
||
| 24 | |||
| 25 | public function addServiceConfig($container, ServiceConfig $config) |
||
| 47 | |||
| 48 | public function addInflectorConfig($container, InflectorConfig $config) |
||
| 51 | } |
||
| 52 |