HumHub Documentation (unofficial)

Job
in package
implements JobInterface

Closure Job.

Tags
author

Roman Zhuravlev zhuravljov@gmail.com

Table of Contents

Interfaces

JobInterface
Job Interface.

Properties

$serialized  : string

Methods

execute()  : void|mixed
Unserializes and executes a closure.

Properties

$serialized

public string $serialized

serialized closure

Methods

execute()

Unserializes and executes a closure.

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

which pushed and is handling the job

Tags
inheritdoc
Return values
void|mixed

result of the job execution


        
On this page

Search results