UrbanIndo\Yii2\Queue\Queue::fetchJob PHP 메소드

fetchJob() 추상적인 보호된 메소드

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