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

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

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

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

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

Метод Описание
fire ( ) : void fire model and observer model class

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

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

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

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

fire model and observer model class
public fire ( ) : void
Результат void

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 dscription
protected $description

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

the console command name
protected $name

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

The type of class being generated.
protected $type