| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | class FlushCommand extends BaseCommand |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * FlushCommand constructor. |
||
| 20 | * |
||
| 21 | * @param null $driver |
||
|
|
|||
| 22 | * @param array $parameters |
||
| 23 | */ |
||
| 24 | public function __construct($driver = null, array $parameters = []) |
||
| 25 | { |
||
| 26 | parent::__construct( |
||
| 27 | 'iml_cache_flush', |
||
| 28 | $driver, |
||
| 29 | $parameters |
||
| 30 | ); |
||
| 31 | } |
||
| 32 | |||
| 33 | protected function configure() |
||
| 39 | ; |
||
| 40 | } |
||
| 41 | |||
| 42 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 50 |