yii\queue\JobInterface - Yii2 类参考手册

Interface yii\queue\JobInterface

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

Interface JobInterface

Public Methods

隐藏继承的方法 Hide inherited methods

方法 Method简介 Description定义在 Defined 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