Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. | |
$type | string | The type of class being generated. |
Method | Description | |
---|---|---|
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getDefaultNamespace ( string $rootNamespace ) : string | Get the default namespace for the class. | |
getNameInput ( ) : string | Get the desired class name from the input. | |
getStub ( ) : string | Get the stub file for the generator. |
protected getArguments ( ) : array | ||
return | array |
protected getDefaultNamespace ( string $rootNamespace ) : string | ||
$rootNamespace | string | |
return | string |
protected getNameInput ( ) : string | ||
return | string |
protected string $description | ||
return | string |