Property | Type | Description | |
---|---|---|---|
$argumentName | |||
$description | string | The command description. | |
$name | string | The command name. |
Method | Description | |
---|---|---|
getArguments ( ) : array | The command arguments. | |
getDestinationFilePath ( ) : string | Get the destination file path. | |
getTemplateContents ( ) : string | Get template contents. |
Method | Description | |
---|---|---|
getFileName ( ) : string |
protected getArguments ( ) : array | ||
return | array |
protected getDestinationFilePath ( ) : string | ||
return | string |
protected getTemplateContents ( ) : string | ||
return | string |
protected string $description | ||
return | string |