HumHub Documentation (unofficial)

Job extends JobInterface

Job Interface.

Tags
deprecated

Will be removed in 3.0. Use JobInterface instead of Job.

author

Roman Zhuravlev zhuravljov@gmail.com

Table of Contents

Methods

execute()  : void|mixed

Methods

execute()

public execute(Queue $queue) : void|mixed
Parameters
$queue : Queue

which pushed and is handling the job

Return values
void|mixed

result of the job execution


        
On this page

Search results