| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | protected function configure(): void |
||
| 33 | { |
||
| 34 | $this->setName(self::CLI_COMMAND) |
||
| 35 | ->setDescription( |
||
| 36 | 'Get all active, enabled and visible products, clear and regenerate varnish cache by URL' |
||
| 37 | )->addOption( |
||
| 38 | self::STORE_VIEW_ID, |
||
| 39 | null, |
||
| 40 | InputOption::VALUE_OPTIONAL |
||
| 41 | ); |
||
| 42 | } |
||
| 43 | |||
| 56 |