PingQueue
extends Base
Table of Contents
Methods
-
__construct()
: mixed
-
__wakeup()
: mixed
-
clearCache()
: void
-
getInstance()
: static
-
register()
: void
-
unregister()
: void
__construct()
public
__construct() : mixed
__wakeup()
public
__wakeup() : mixed
clearCache()
public
clearCache() : void
getInstance()
public
static getInstance() : static
register()
public
register(int $activityId[, bool $isCompleted = false ][, string|null $deadLine = null ]) : void
Parameters
-
$activityId
: int
-
-
$isCompleted
: bool
= false
-
-
$deadLine
: string|null
= null
-
unregister()
public
unregister(int $activityId) : void
Parameters
-
$activityId
: int
-