PHP Class Stevemo\Cpanel\Console\InstallCommand

Inheritance: extends Illuminate\Console\Command
ファイルを表示 Open project: stevemo/cpanel

Protected Properties

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

Public Methods

Method Description
fire ( ) : void Exceute the console command
getOptions ( )

Method Details

fire() public method

Exceute the console command
Author: Steve Montambeault
public fire ( ) : void
return void

getOptions() public method

public getOptions ( )

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string