| 1 | <?php |
||
| 11 | class CustomCommand extends ConfigurableCommand |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | protected function configure() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Initializes the configuration. |
||
| 45 | * |
||
| 46 | * @return Configuration |
||
| 47 | */ |
||
| 48 | private function initConfiguration($configFile, Dispatcher $dispatcher) |
||
| 53 | } |
||
| 54 |