PHP Класс Caffeinated\Modules\Console\Generators\MakePolicyCommand

Наследование: extends Caffeinated\Modules\Console\GeneratorCommand
Показать файл Открыть проект

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

Свойство Тип Описание
$description string The console command description.
$signature string The name and signature of the console command.
$type string String to store the command type.

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

Метод Описание
getDefaultNamespace ( string $rootNamespace ) : string Get the default namespace for the class.
getStub ( ) : string Get the stub file for the generator.

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

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

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Результат string

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

Get the stub file for the generator.
protected getStub ( ) : string
Результат string

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

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

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

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

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

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

String to store the command type.
protected string $type
Результат string