Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
fire ( ) | Run the command. | |
getClass ( ) | ||
getSchemaParser ( ) : |
Get schema parser. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getDestinationFilePath ( ) : mixed | ||
getOptions ( ) : array | Get the console command options. | |
getTemplateContents ( ) : mixed |
Method | Description | |
---|---|---|
getClassName ( ) : string | ||
getFileName ( ) : string | ||
getSchemaName ( ) : array | string |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
public getSchemaParser ( ) : |
||
return |
protected string $description | ||
return | string |