1 | <?php |
||
24 | final class DeleteVideoCommand extends CloudCommand |
||
25 | { |
||
26 | protected static $defaultName = 'panda:video:delete'; |
||
27 | /** |
||
28 | * {@inheritDoc} |
||
29 | */ |
||
30 | 5 | protected function configure() |
|
41 | |||
42 | /** |
||
43 | * {@inheritDoc} |
||
44 | */ |
||
45 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
53 | } |
||
54 |