| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | protected function configure() |
||
| 21 | { |
||
| 22 | parent::configure(); |
||
| 23 | |||
| 24 | $this |
||
| 25 | ->setName('site:purge') |
||
| 26 | ->setDescription('Purge URLs from a given site id') |
||
| 27 | ->addArgument('site-id', InputArgument::REQUIRED, 'incapsula id of site to purge') |
||
| 28 | ->addArgument('resource-pattern', InputArgument::OPTIONAL, 'string to match in the URL to be purged', '') |
||
| 29 | ; |
||
| 57 |