AdministratorAlert
This class represents an alert which must be sent to the administrator. It allows to the module developers to handle the administrator alerts. The administrator alerts can be in the administration panel and can be used when you want to signal an important event to the administrator(s).
- Event
- AdministratorAlert
public
|
|
public
|
|
public
integer
|
|
public
string
|
|
public
|
|
public
|
|
public
string
|
#
get_priority_name( )
Gets the priority name. It's automatically translater to the user language, ready to be displayed. |
integer |
ADMIN_ALERT_VERY_LOW_PRIORITY
|
#
1
|
integer |
ADMIN_ALERT_LOW_PRIORITY
|
#
2
|
integer |
ADMIN_ALERT_MEDIUM_PRIORITY
|
#
3
|
integer |
ADMIN_ALERT_HIGH_PRIORITY
|
#
4
|
integer |
ADMIN_ALERT_VERY_HIGH_PRIORITY
|
#
5
|
integer |
ADMIN_ALERT_STATUS_UNREAD
|
#
Event::EVENT_STATUS_UNREAD
|
integer |
ADMIN_ALERT_STATUS_PROCESSED
|
#
Event::EVENT_STATUS_PROCESSED
|
EVENT_STATUS_BEING_PROCESSED,
EVENT_STATUS_PROCESSED,
EVENT_STATUS_UNREAD
|
$creation_date,
$current_status,
$entitled,
$fixing_url,
$id,
$id_in_module,
$identifier,
$must_regenerate_cache,
$type
|