| 1 | <?php |
||
| 12 | class ClearWidgetCacheCommand extends ContainerAwareCommand |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public function configure() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param InputInterface $input |
||
| 28 | * @param OutputInterface $output |
||
| 29 | */ |
||
| 30 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 38 | } |
||
| 39 |