Property | Type | Description | |
---|---|---|---|
$description | contains the description of command | ||
$name | contains the command name | ||
$type | string | The type of class being generated. |
Method | Description | |
---|---|---|
fire ( ) : void | Execute the console command. |
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 | The namespace of the panel's observers |