| 1 | <?php |
||
| 12 | class GenerateCommand extends AbstractGiftCardCommand |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Setup |
||
| 16 | * |
||
| 17 | * @return void |
||
| 18 | */ |
||
| 19 | protected function configure() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @param \Symfony\Component\Console\Input\InputInterface $input |
||
| 33 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 56 | } |
||
| 57 |