Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The name and signature of the console command. | |
$type | string | The type of class being generated. |
Method | Description | |
---|---|---|
getDefaultNamespace ( string $rootNamespace ) : string | Get the default namespace for the class. | |
getStub ( ) : string | Get the stub file for the generator. |
protected getDefaultNamespace ( string $rootNamespace ) : string | ||
$rootNamespace | string | |
return | string |
protected string $description | ||
return | string |
protected string $name | ||
return | string |