\thinkQueue

Class Queue

Summary

Methods
Properties
Constants
__callStatic()
push()
later()
pop()
marshal()
No public properties found
No constants found
No protected methods found
$connector
N/A
buildConnector()
No private properties found
N/A

Properties

Methods

__callStatic()

__callStatic(  $name,   $arguments) 

Parameters

$name
$arguments

push()

push(mixed  $job, mixed  $data = '', mixed  $queue = null) : static

Parameters

mixed $job
mixed $data
mixed $queue

Returns

static

later()

later(mixed  $delay, mixed  $job, mixed  $data = '', mixed  $queue = null) : static

Parameters

mixed $delay
mixed $job
mixed $data
mixed $queue

Returns

static

pop()

pop(mixed  $queue = null) : static

Parameters

mixed $queue

Returns

static

marshal()

marshal() : static

Returns

static

buildConnector()

buildConnector()