1 | <?php |
||
26 | class DeleteEncodingCommand extends CloudCommand |
||
27 | { |
||
28 | protected static $defaultName = 'panda:encoding:delete'; |
||
29 | |||
30 | /** |
||
31 | * {@inheritDoc} |
||
32 | */ |
||
33 | 4 | protected function configure() |
|
44 | |||
45 | /** |
||
46 | * {@inheritDoc} |
||
47 | */ |
||
48 | 3 | protected function doExecuteCommand(InputInterface $input, OutputInterface $output) |
|
58 | } |
||
59 |