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