| 1 | <?php |
||
| 17 | class OpcacheConfigurationCommand extends AbstractCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | protected function configure() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * {@inheritdoc} |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 49 | |||
| 50 | protected function processDirectives(array $directives) |
||
| 60 | } |
||
| 61 |