PHP Класс Nwidart\Modules\Commands\GenerateEventCommand

Наследование: extends GeneratorCommand, use trait Nwidart\Modules\Traits\ModuleCommandTrait
Показать файл Открыть проект

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

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

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

Метод Описание
getDestinationFilePath ( )
getTemplateContents ( )

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

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

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

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

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

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

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

protected getFileName ( ) : string
Результат string

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

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

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

public getTemplateContents ( )

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

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

protected $argumentName

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

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

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

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