| 1 | <?php |
||
| 20 | class ClearMediaTempCommand extends ContainerAwareCommand |
||
| 21 | { |
||
| 22 | protected function configure() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param InputInterface $input |
||
| 30 | * @param OutputInterface $output |
||
| 31 | * |
||
| 32 | * @return bool |
||
| 33 | */ |
||
| 34 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 51 | } |
||
| 52 |