Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
handle ( ) : 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. | |
getOptions ( ) : array | Get the console command options. | |
getStub ( ) : string | Get the stub file for the generator. | |
modelExists ( ) : boolean | Determine if the model is exists. | |
replaceClass ( string $stub, string $name ) : string | Replace the class name for the given stub. |
protected getArguments ( ) : array | ||
return | array |
protected getDefaultNamespace ( string $rootNamespace ) : string | ||
$rootNamespace | string | |
return | string |
protected getOptions ( ) : array | ||
return | array |
protected modelExists ( ) : boolean | ||
return | boolean |
protected string $description | ||
return | string |