| 1 | <?php |
||
| 22 | class PurgeWildcardForce extends Purge |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @return Redirect |
||
| 26 | */ |
||
| 27 | public function execute(): Redirect |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | protected function addProcessNotification(): void |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | protected function getCliCommand(): string |
||
| 52 | } |
||
| 53 |