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

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

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

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

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

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

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

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

Приватные методы

Метод Описание
getNamespace ( $module )

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

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

public fire ( )

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

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

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

protected getDestinationFilePath ( )

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

protected getEventName ( Module $module )
$module Nwidart\Modules\Module

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

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

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

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

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

protected getTemplateContents ( )

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

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

protected $argumentName

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

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

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

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