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