ServiceGroup_Model Class Reference

Describes a single object from livestatus. More...

Inheritance diagram for ServiceGroup_Model:
BaseServiceGroup_Model Object_Model BaseObject_Model

Public Member Functions

 __construct ($values, $prefix)
 Create an instance of the given type.
 get_service_stats ()
 Get statistics about services in the group.

Static Public Attributes

static $macros
 An array of macros to expand.
static $rewrite_columns
 An array of custom column dependencies.

Detailed Description

Describes a single object from livestatus.


Constructor & Destructor Documentation

ServiceGroup_Model::__construct ( values,
prefix 
)

Create an instance of the given type.

Don't call dirctly, called from *Set_Model-objects

Reimplemented from BaseServiceGroup_Model.


Field Documentation

ServiceGroup_Model::$macros [static]
Initial value:
  array(
                '$SERVICEGROUPNAME$' => 'name',
                '$SERVICEGROUPALIAS$' => 'alias'
        )

An array of macros to expand.

Reimplemented from Object_Model.

ServiceGroup_Model::$rewrite_columns [static]
Initial value:
 array(
                'service_stats' => array('name')
        )

An array of custom column dependencies.

Reimplemented from BaseObject_Model.


The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 14 May 2013 for ninja by  doxygen 1.6.1