icingaweb2-module-director/library/Director/Objects/IcingaHostGroup.php

12 lines
259 B
PHP
Raw Normal View History

<?php
namespace Icinga\Module\Director\Objects;
class IcingaHostGroup extends IcingaObjectGroup
{
protected $table = 'icinga_hostgroup';
2016-06-08 16:45:46 +02:00
// TODO: move to IcingaObjectGroup when supported for ServiceGroup
protected $supportsApplyRules = true;
}