PHP Class Caffeinated\Modules\Console\GeneratorCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Afficher le fichier Open project: caffeinated/modules Class Usage Examples

Méthodes protégées

Méthode Description
getPath ( string $name ) : string Get the destination class path.
parseName ( string $name ) : string Parse the name and format according to the root namespace.

Method Details

getPath() protected méthode

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

parseName() protected méthode

Parse the name and format according to the root namespace.
protected parseName ( string $name ) : string
$name string
Résultat string