Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. | |
$worker | The queue worker instance. |
Method | Description | |
---|---|---|
__construct ( |
Create a new queue listen command. | |
fire ( |
Execute the console command. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command arguments. | |
processJob ( $connectionName, $id, $options ) | Process the job |
public __construct ( |
||
$worker | ||
return | void |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
protected processJob ( $connectionName, $id, $options ) |
protected string $description | ||
return | string |