class ThemeRemove 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.

getDefaultConfirmCallback()

Get the default confirmation callback.

Details

at line 31
void handle()

Execute the console command.

Return Value

void

at line 57
protected array getArguments()

Get the console command arguments.

Return Value

array

at line 68
protected array getOptions()

Get the console command options.

Return Value

array

at line 79
protected Closure getDefaultConfirmCallback()

Get the default confirmation callback.

Return Value

Closure