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

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

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

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

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

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

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

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

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

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

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

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

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

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

Get default namespace.
public getDefaultNamespace ( ) : string
Результат string

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

protected getDestinationFilePath ( ) : mixed
Результат mixed

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

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

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

protected getTemplateContents ( ) : mixed
Результат mixed

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

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

The name of argument name.
protected string $argumentName
Результат string

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

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

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

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