PHP Class Microweber\Commands\OptionCommand

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

Protected Properties

Property Type Description
$controller
$description
$name

Public Methods

Method Description
__construct ( DefaultController $controller )
fire ( )

Protected Methods

Method Description
getArguments ( )

Method Details

__construct() public method

public __construct ( DefaultController $controller )
$controller Microweber\Controllers\DefaultController

fire() public method

public fire ( )

getArguments() protected method

protected getArguments ( )

Property Details

$controller protected property

protected $controller

$description protected property

protected $description

$name protected property

protected $name