PHP Class Microweber\Commands\InstallCommand

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

Protected Properties

Property Type Description
$description
$installer
$name

Public Methods

Method Description
__construct ( InstallController $installer )
fire ( )

Protected Methods

Method Description
getArguments ( )
getOptions ( )

Method Details

__construct() public method

public __construct ( InstallController $installer )
$installer Microweber\Controllers\InstallController

fire() public method

public fire ( )

getArguments() protected method

protected getArguments ( )

getOptions() protected method

protected getOptions ( )

Property Details

$description protected property

protected $description

$installer protected property

protected $installer

$name protected property

protected $name