Property | Type | Description | |
---|---|---|---|
$argumentName | string | The name of argument name. | |
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
getDefaultNamespace ( ) : string | Get default namespace. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getDestinationFilePath ( ) : mixed | ||
getOptions ( ) : array | Get the console command options. | |
getTemplateContents ( ) : mixed |
Method | Description | |
---|---|---|
getFileName ( ) : string |
protected getArguments ( ) : array | ||
return | array |
public getDefaultNamespace ( ) : string | ||
return | string |
protected getOptions ( ) : array | ||
return | array |
protected string $argumentName | ||
return | string |
protected string $description | ||
return | string |