PHP Class Caffeinated\Modules\Console\GeneratorCommand

Inheritance: extends Illuminate\Console\GeneratorCommand
Datei anzeigen Open project: caffeinated/modules Class Usage Examples

Protected Methods

Method 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 method

Get the destination class path.
protected getPath ( string $name ) : string
$name string
return string

parseName() protected method

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