Свойство | 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éthode | Description | |
---|---|---|
getNamespace ( string $name ) : string | Replace namespace in seeder stub. | |
getPath ( string $name ) : string | Get the destination class path. | |
getStub ( ) : string | Get the stub file for the generator. | |
parseName ( string $name ) : string | Parse the name and format according to the root namespace. |
protected getNamespace ( string $name ) : string | ||
$name | string | |
Résultat | string |
protected string $description | ||
Résultat | string |
protected string $signature | ||
Résultat | string |
protected string $type | ||
Résultat | string |