1 | <?php |
||
21 | class ConfigCacheCleanUpCommand extends ContainerAwareCommand |
||
22 | { |
||
23 | protected $cleanup; |
||
24 | protected $filesystem; |
||
25 | protected $cacheDirectory; |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | 8 | protected function configure() |
|
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | 1 | protected function initialize(InputInterface $input, OutputInterface $output) |
|
47 | |||
48 | /** |
||
49 | * {@inheritdoc} |
||
50 | */ |
||
51 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
60 | } |
||
61 |