Queue
Table of Contents
Constants
-
PRIORITY_HIGH
= 0
-
PRIORITY_LOW
= 2
-
PRIORITY_MEDIUM
= 1
Methods
-
add()
: void
-
getInstance()
: mixed
-
process()
: int
-
save()
: void
PRIORITY_HIGH
public
mixed
PRIORITY_HIGH
= 0
PRIORITY_LOW
public
mixed
PRIORITY_LOW
= 2
PRIORITY_MEDIUM
public
mixed
PRIORITY_MEDIUM
= 1
add()
public
add(Event $event, Recepient $user) : void
Parameters
-
$event
: Event
-
-
$user
: Recepient
-
getInstance()
public
static getInstance() : mixed
process()
public
process() : int
save()
public
save() : void