* @author Icinga Development Team */ // {{{ICINGA_LICENSE_HEADER}}} namespace Icinga\Backend\Statusdat; /** * Class ServicegroupsummaryQuery * @package Icinga\Backend\Statusdat */ class ServicegroupsummaryQuery extends GroupsummaryQuery { /** * @var string */ protected $groupType = "servicegroup"; /** * @var string */ protected $base = "services"; }