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

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

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

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

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

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

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

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

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

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

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

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

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

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

public getDefaultNamespace ( ) : string
Результат string

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

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

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

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

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

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

protected $argumentName

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

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

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

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