| 1 | <?php namespace Magestead\Command\Redis; |
||
| 8 | class FlushallCommand extends Command |
||
| 9 | { |
||
| 10 | protected $_config; |
||
| 11 | protected $_projectPath; |
||
| 12 | |||
| 13 | protected function configure() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @param InputInterface $input |
||
| 22 | * @param OutputInterface $output |
||
| 23 | * @return ProcessCommand |
||
| 24 | */ |
||
| 25 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 33 | } |
||
| 34 |