Property | Type | Description | |
---|---|---|---|
$argumentName | string | The name of argument being used. | |
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
getDefaultNamespace ( ) : string | Get default namespace. | |
getDestinationFilePath ( ) : string | Get controller name. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getControllerName ( ) : array | string | ||
getOptions ( ) : array | ||
getTemplateContents ( ) : string |
Method | Description | |
---|---|---|
getStubName ( ) : string | Get the stub file name based on the plain option |
protected getArguments ( ) : array | ||
return | array |
protected getControllerName ( ) : array | string | ||
return | array | string |
public getDefaultNamespace ( ) : string | ||
return | string |
public getDestinationFilePath ( ) : string | ||
return | string |
protected string $argumentName | ||
return | string |
protected string $description | ||
return | string |