PHP Class InfyOm\Generator\Commands\Scaffold\ViewsGeneratorCommand

Inheritance: extends InfyOm\Generator\Commands\Scaffold\ScaffoldBaseCommand
Show file Open project: infyomlabs/laravel-generator

Protected Properties

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

Public Methods

Method Description
__construct ( ) Create a new command instance.
getOptions ( ) : array Get the console command options.
handle ( ) : void Execute the command.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.

Method Details

__construct() public method

Create a new command instance.
public __construct ( )

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getOptions() public method

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

handle() public method

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

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