UrbanIndo\Yii2\Queue\Queue::postJob PHP Method

postJob() abstract protected method

Post new job to the queue. Override this for queue implementation.
abstract protected postJob ( UrbanIndo\Yii2\Queue\Job $job ) : boolean
$job UrbanIndo\Yii2\Queue\Job The job.
return boolean Whether operation succeed.
    protected abstract function postJob(Job $job);