| 1 | <?php |
||
| 19 | class OpcacheCompileScriptCommand extends AbstractCommand |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | 19 | protected function configure() |
|
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 55 | |||
| 56 | protected function processFileList($splFiles) |
||
| 69 | |||
| 70 | } |
||
| 71 |