1 | <?php |
||
26 | class DeleteVideoCommand extends CloudCommand |
||
27 | { |
||
28 | protected static $defaultName = 'panda:video:delete'; |
||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | */ |
||
32 | protected function configure() |
||
43 | |||
44 | /** |
||
45 | * {@inheritDoc} |
||
46 | */ |
||
47 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
||
55 | } |
||
56 |