Describes a single object from livestatus. More...
Public Member Functions | |
__construct ($values, $prefix) | |
Create an instance of the given type. | |
get_state_text () | |
Get the state, as text. | |
Static Public Attributes | |
static | $rewrite_columns |
An array containing the custom column dependencies. |
Describes a single object from livestatus.
Notification_Model::__construct | ( | $ | values, | |
$ | prefix | |||
) |
Create an instance of the given type.
Don't call dirctly, called from *Set_Model-objects
Reimplemented from BaseNotification_Model.
Notification_Model::$rewrite_columns [static] |
array( 'state_text' => array('state','notification_type') )
An array containing the custom column dependencies.
Reimplemented from BaseObject_Model.