PHP Class App\Console\Commands\ModdingQueueUpdateCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: ppy/osu-web

Protected Properties

Property Type Description
$description string The console command description.
$signature string The console command name.

Public Methods

Method Description
__construct ( ) : void Create a new command instance.
handle ( ) : mixed Execute the console command.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public method

Create a new command instance.
public __construct ( ) : void
return void

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

handle() public method

Execute the console command.
public handle ( ) : mixed
return mixed

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

The console command name.
protected string $signature
return string