class ExtensionRefresh extends Command

Traits

ConfirmableTrait

Properties

protected string $name

The console command name.

protected string $description

The console command description.

Methods

void
handle()

Execute the console command.

array
getArguments()

Get the console command arguments.

array
getOptions()

Get the console command options.

Details

at line 31
void handle()

Execute the console command.

Return Value

void

at line 68
protected array getArguments()

Get the console command arguments.

Return Value

array

at line 80
protected array getOptions()

Get the console command options.

Return Value

array