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