Handle contactgroup data. More...
Public Member Functions | |
get_contactgroups_from_escalation ($type= 'host', $id=false) | |
Given an escalation, return all contactgroups, or false on error or empty. | |
Static Public Member Functions | |
static | get_contactgroup ($host=false, $service=false) |
Fetch contactgroup(s) for host or service. | |
static | get_members ($group=false) |
Static method to fetch all info on all members of a contactgroup. |
Handle contactgroup data.
Contactgroup_Model::get_contactgroups_from_escalation | ( | $ | type = 'host' , |
|
$ | id = false | |||
) |
Given an escalation, return all contactgroups, or false on error or empty.
$type | 'host' or 'service' | |
$id | The escalation id |