PHP Class App\Console\Commands\DestinyVersionCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: TrackerNetwork/DestinyStatus

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

Create a new command instance.
public __construct ( )

fire() public method

Execute the console command.
public fire ( ) : 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