Свойство | Type | Description | |
---|---|---|---|
$_queue | UrbanIndo\Yii2\Queue\MultipleQueue | Stores the queue. |
Méthode | Description | |
---|---|---|
delete ( UrbanIndo\Yii2\Queue\Job $job ) : boolean | Delete the job from the queue. | |
fetch ( ) : UrbanIndo\Yii2\Queue\Job | boolean | Returns the job. | |
setQueue ( |
Sets the queue. |
Méthode | Description | |
---|---|---|
getJobFromQueues ( ) : mixed | Implement this for the strategy of getting job from the queue. |
abstract protected getJobFromQueues ( ) : mixed | ||
Résultat | mixed | tuple of job and the queue index. |