| 1 | <?php |
||
| 19 | class CreateAndPublishCommand extends ContainerAwareCommand |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public function configure() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | * |
||
| 35 | * @param InputInterface $input |
||
| 36 | * @param OutputInterface $output |
||
| 37 | */ |
||
| 38 | public function execute(InputInterface $input, OutputInterface $output) |
||
| 54 | } |
||
| 55 |