PHP Class InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand

Inheritance: extends InfyOm\Generator\Commands\Scaffold\ScaffoldBaseCommand
Afficher le fichier Open project: infyomlabs/laravel-generator

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

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

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.

Method Details

__construct() public méthode

Create a new command instance.
public __construct ( )

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() public méthode

Get the console command options.
public getOptions ( ) : array
Résultat array

handle() public méthode

Execute the command.
public handle ( ) : void
Résultat void

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string