PHP Class InfyOm\Generator\Commands\RollbackGeneratorCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: infyomlabs/laravel-generator

Public Properties

Property Type Description
$commandData InfyOm\Generator\Common\CommandData The command Data.
$composer Composer

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

$commandData public property

The command Data.
public CommandData,InfyOm\Generator\Common $commandData
return InfyOm\Generator\Common\CommandData

$composer public property

public Composer $composer
return Composer

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string