1 | <?php declare(strict_types = 1); |
||
21 | class Service extends ServiceConfigurator implements AttributeConfiguratorInterface, ParameterConfiguratorInterface |
||
22 | { |
||
23 | /** @var string Configurator key */ |
||
24 | const KEY = 'service'; |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | public function toParameterMetadata(ParameterMetadata $parameterMetadata) |
||
33 | } |
||
34 |