icingaweb2/library/Icinga/Backend/Statusdat/ServicegroupsummaryQuery.php
Jannis Moßhammer f6b5f5d405 Add tested Backend ressource
Only statusdat is currently tested

refs #4212
2013-06-03 16:36:10 +02:00

11 lines
187 B
PHP

<?php
namespace Icinga\Backend\Statusdat;
class ServicegroupsummaryQuery extends GroupsummaryQuery
{
protected $groupType = "servicegroup";
protected $base = "services";
}