PHP Class duxet\Rethinkdb\Console\Model\ModelMakeCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Afficher le fichier Open project: duxet/laravel-rethinkdb

Protected Properties

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

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.
getOptions ( ) : array Get the console command options.
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

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

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

$name protected_oe property

The console command name.
protected string $name
Résultat string

$type protected_oe property

The type of class being generated.
protected string $type
Résultat string