PHP Class Recca0120\Terminal\Console\Commands\ArtisanTinker

Inheritance: extends Illuminate\Console\Command
Show file Open project: recca0120/terminal

Protected Properties

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

Public Methods

Method Description
fire ( ) fire.

Protected Methods

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

Method Details

fire() public method

fire.
public fire ( )

getOptions() protected method

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

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string