PHP Класс Serverfireteam\Panel\Commands\CreateModelObserverCommand

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

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

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

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

Метод Описание
fire ( ) : void Execute the console command.

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

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

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

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

Execute the console command.
public fire ( ) : void
Результат void

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

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Результат string The namespace of the panel's observers

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

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

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

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

contains the description of command
protected $description

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

contains the command name
protected $name

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

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