PHP Class InfyOm\Generator\Commands\RollbackGeneratorCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: infyomlabs/laravel-generator

Méthodes publiques

Свойство Type Description
$commandData InfyOm\Generator\Common\CommandData The command Data.
$composer Composer

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

$commandData public_oe property

The command Data.
public CommandData,InfyOm\Generator\Common $commandData
Résultat InfyOm\Generator\Common\CommandData

$composer public_oe property

public Composer $composer
Résultat Composer

$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