PHP Class Serverfireteam\Panel\Commands\CreateModelCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Afficher le fichier Open project: serverfireteam/panel

Protected Properties

Свойство Type Description
$description the console command dscription
$name the console command name
$type The type of class being generated.

Méthodes publiques

Méthode Description
fire ( ) : void fire model and observer model class

Méthodes protégées

Méthode Description
getDefaultNamespace ( string $rootNamespace ) : string Get the default namespace for the class.
getStub ( ) : string Get the stub file for the generator.

Method Details

fire() public méthode

fire model and observer model class
public fire ( ) : void
Résultat void

getDefaultNamespace() protected méthode

Get the default namespace for the class.
protected getDefaultNamespace ( string $rootNamespace ) : string
$rootNamespace string
Résultat string

getStub() protected méthode

Get the stub file for the generator.
protected getStub ( ) : string
Résultat string

Property Details

$description protected_oe property

the console command dscription
protected $description

$name protected_oe property

the console command name
protected $name

$type protected_oe property

The type of class being generated.
protected $type