PHP Class Illuminate\Foundation\Console\TestMakeCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Afficher le fichier Open project: laravel/framework

Protected Properties

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

Méthodes protégées

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

Method Details

getDefaultNamespace() protected méthode

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

getPath() protected méthode

Get the destination class path.
protected getPath ( string $name ) : string
$name string
Résultat string

getStub() protected méthode

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

rootNamespace() protected méthode

Get the root namespace for the class.
protected rootNamespace ( ) : 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 console command name.
protected string $signature
Résultat string

$type protected_oe property

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