Property | Type | Description | |
---|---|---|---|
$composer | |||
$creator | |||
$description | string | The console command description. | |
$name | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( |
||
handle ( ) : mixed | Execute the console command. | |
writeCriteria ( $arguments, $options ) | Write the criteria. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( |
||
$creator |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
public writeCriteria ( $arguments, $options ) | ||
$arguments | ||
$options |
protected string $description | ||
return | string |
protected string $name | ||
return | string |