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

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

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

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

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

Метод Описание
getArguments ( ) : array The command arguments.
getDestinationFilePath ( ) : string Get the destination file path.
getTemplateContents ( ) : string Get template contents.

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

Метод Описание
getFileName ( ) : string

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

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

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

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

Get the destination file path.
protected getDestinationFilePath ( ) : string
Результат string

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

Get template contents.
protected getTemplateContents ( ) : string
Результат string

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

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

protected $argumentName

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

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

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

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