Property | Type | Description | |
---|---|---|---|
$argumentName | |||
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getDestinationFilePath ( ) : mixed | ||
getOptions ( ) : array | Get the console command options. | |
getTemplateContents ( ) : mixed |
Method | Description | |
---|---|---|
getSeederName ( ) : string | Get seeder name. |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |