UrbanIndo\Yii2\Queue\Queue::fetchJob PHP Méthode

fetchJob() abstract protected méthode

Return next job from the queue. Override this for queue implementation.
abstract protected fetchJob ( ) : UrbanIndo\Yii2\Queue\Job | boolean
Résultat UrbanIndo\Yii2\Queue\Job | boolean the job or false if not found.
    protected abstract function fetchJob();