PHP Класс InfyOm\Generator\Commands\RollbackGeneratorCommand

Наследование: extends Illuminate\Console\Command
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$commandData InfyOm\Generator\Common\CommandData The command Data.
$composer Composer

Защищенные свойства (Protected)

Свойство Тип Описание
$description string The console command description.
$name string The console command name.

Открытые методы

Метод Описание
__construct ( ) Create a new command instance.
getOptions ( ) : array Get the console command options.
handle ( ) : void Execute the command.

Защищенные методы

Метод Описание
getArguments ( ) : array Get the console command arguments.

Описание методов

__construct() публичный Метод

Create a new command instance.
public __construct ( )

getArguments() защищенный Метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() публичный Метод

Get the console command options.
public getOptions ( ) : array
Результат array

handle() публичный Метод

Execute the command.
public handle ( ) : void
Результат void

Описание свойств

$commandData публичное свойство

The command Data.
public CommandData,InfyOm\Generator\Common $commandData
Результат InfyOm\Generator\Common\CommandData

$composer публичное свойство

public Composer $composer
Результат Composer

$description защищенное свойство

The console command description.
protected string $description
Результат string

$name защищенное свойство

The console command name.
protected string $name
Результат string