1 | <?php |
||
21 | class ProduceCommand extends ContainerAwareCommand |
||
22 | { |
||
23 | |||
24 | /** |
||
25 | * Configures command |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | 4 | protected function configure() |
|
48 | |||
49 | /** |
||
50 | * @param InputInterface $input The input |
||
51 | * @param OutputInterface $output The output |
||
52 | * |
||
53 | * @return void |
||
54 | */ |
||
55 | protected function execute(InputInterface $input, OutputInterface $output) |
||
64 | } |
||
65 |