| 1 | <?php |
||
| 15 | class DumpLocalCommand extends AbstractCommand |
||
| 16 | { |
||
| 17 | protected function configure() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 29 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 30 | * |
||
| 31 | * @return int|null|void |
||
| 32 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
| 33 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
| 34 | */ |
||
| 35 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 43 | |||
| 44 | } |