Table of Contents
Constants
-
ALERT_EXISTS
= -2
-
CREATE_FAILED
= -1
Properties
-
$alert
: mixed
-
$db
: mixed
-
$user
: mixed
Methods
-
__construct()
: mixed
-
confirmAlert()
: mixed
-
deleteAlert()
: mixed
-
deleteAllAlerts()
: mixed
-
resumeAlert()
: mixed
-
suspendAlert()
: mixed
ALERT_EXISTS
public
mixed
ALERT_EXISTS
= -2
CREATE_FAILED
public
mixed
CREATE_FAILED
= -1
$alert
protected
mixed
$alert
$db
protected
mixed
$db
$user
protected
mixed
$user
__construct()
public
__construct([mixed $THEUSER = null ]) : mixed
Parameters
-
$THEUSER
: mixed
= null
-
confirmAlert()
protected
confirmAlert(mixed $token) : mixed
Parameters
-
$token
: mixed
-
deleteAlert()
protected
deleteAlert(mixed $token) : mixed
Parameters
-
$token
: mixed
-
deleteAllAlerts()
protected
deleteAllAlerts(mixed $token) : mixed
Parameters
-
$token
: mixed
-
resumeAlert()
protected
resumeAlert(mixed $token) : mixed
Parameters
-
$token
: mixed
-
suspendAlert()
protected
suspendAlert(mixed $token) : mixed
Parameters
-
$token
: mixed
-