PHP Class App\Console\Commands\GenerateResources

Inheritance: extends Illuminate\Console\Command
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$description string
$name string

Public Methods

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

Protected Methods

Method Description
getArguments ( ) : array
getOptions ( ) : array

Method Details

__construct() public method

Create a new command instance.
public __construct ( )

fire() public method

Execute the command.
public fire ( ) : void
return void

getArguments() protected method

protected getArguments ( ) : array
return array

getOptions() protected method

protected getOptions ( ) : array
return array

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string