| 1 | <?php |
||
| 14 | class StatsdCounterProcessorConfigurator implements ProcessorConfiguratorInterface |
||
| 15 | { |
||
| 16 | use ProcessorConfiguratorEnableAware, ProcessorConfiguratorExtrasAware; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * {@inheritdoc} |
||
| 20 | */ |
||
| 21 | public function getProcessorArguments(array $options) |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | public function getCommandOptions() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function resolveOptions(InputInterface $input) |
||
| 43 | } |
||
| 44 |