PHP Class Caffeinated\Modules\Console\Generators\MakeModelCommand

Inheritance: extends Caffeinated\Modules\Console\Generators\MakeCommand
Afficher le fichier Open project: caffeinated/modules

Protected Properties

Свойство Type Description
$description string The console command description.
$signature string The name and signature of the console command.
$type string String to store the command type.

Méthodes publiques

Méthode Description
fire ( ) : void Execute the console command.

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

Execute the console command.
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 description.
protected string $description
Résultat string

$signature protected_oe property

The name and signature of the console command.
protected string $signature
Résultat string

$type protected_oe property

String to store the command type.
protected string $type
Résultat string