1 | <?php namespace Magestead\Command\Redis; |
||
12 | class FlushallCommand extends Command |
||
13 | { |
||
14 | protected $_config; |
||
15 | protected $_projectPath; |
||
16 | |||
17 | protected function configure() |
||
23 | |||
24 | /** |
||
25 | * @param InputInterface $input |
||
26 | * @param OutputInterface $output |
||
27 | * @return ProcessCommand |
||
28 | */ |
||
29 | protected function execute(InputInterface $input, OutputInterface $output) |
||
37 | } |
||
38 |