PHP Класс OwenIt\Auditing\Console\AuditorMakeCommand

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

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

Свойство Тип Описание
$description string The console command description.
$name string The console command name.
$type string The type of class being generated.

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

Метод Описание
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

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

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

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

The type of class being generated.
protected string $type
Результат string