Interface yii\queue\JobInterface

Implemented byyii\queue\Job, yii\queue\RetryableJobInterface, yii\queue\closure\Job

Interface JobInterface

Public Methods

Hide inherited methods

MethodDescriptionDefined By
execute() yii\queue\JobInterface

Method Details

execute() public abstract method

public abstract void execute ( $queue )
$queue yii\queue\Queue

Which pushed and is handling the job