mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-19 02:27:57 -05:00
Utilize Icinga\Module\Icingadb\Common\Model where applicable
This commit is contained in:
parent
fa4191363b
commit
489c8c457c
57 changed files with 81 additions and 55 deletions
|
|
@ -6,10 +6,10 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use DateTime;
|
||||
use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use Icinga\Module\Icingadb\Model\Behavior\ActionAndNoteUrl;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Contract\RewriteFilterBehavior;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Query;
|
||||
use ipl\Orm\Relations;
|
||||
use ipl\Stdlib\Filter;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use DateTime;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use Icinga\Module\Icingadb\Common\Auth;
|
||||
use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Defaults;
|
||||
use ipl\Orm\Model;
|
||||
use ipl\Orm\Relations;
|
||||
use ipl\Orm\ResultSet;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Auth;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Query;
|
||||
use ipl\Orm\Relations;
|
||||
use ipl\Orm\UnionModel;
|
||||
use ipl\Sql\Adapter\Pgsql;
|
||||
|
|
@ -40,6 +42,17 @@ class Hostgroupsummary extends UnionModel
|
|||
{
|
||||
$q = parent::on($db);
|
||||
|
||||
$q->on(
|
||||
Query::ON_SELECT_ASSEMBLED,
|
||||
function () use ($q) {
|
||||
$auth = new class () {
|
||||
use Auth;
|
||||
};
|
||||
|
||||
$auth->assertColumnRestrictions($q->getFilter());
|
||||
}
|
||||
);
|
||||
|
||||
$q->on($q::ON_SELECT_ASSEMBLED, function (Select $select) use ($q) {
|
||||
$model = $q->getModel();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ActionAndNoteUrl;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use Icinga\Module\Icingadb\Model\Behavior\Bitmask;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Defaults;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
use ipl\Orm\ResultSet;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
namespace Icinga\Module\Icingadb\Model;
|
||||
|
||||
use Icinga\Module\Icingadb\Common\Auth;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Query;
|
||||
use ipl\Orm\Relations;
|
||||
use ipl\Orm\UnionModel;
|
||||
use ipl\Sql\Adapter\Pgsql;
|
||||
|
|
@ -35,6 +37,17 @@ class ServicegroupSummary extends UnionModel
|
|||
{
|
||||
$q = parent::on($db);
|
||||
|
||||
$q->on(
|
||||
Query::ON_SELECT_ASSEMBLED,
|
||||
function () use ($q) {
|
||||
$auth = new class () {
|
||||
use Auth;
|
||||
};
|
||||
|
||||
$auth->assertColumnRestrictions($q->getFilter());
|
||||
}
|
||||
);
|
||||
|
||||
$q->on($q::ON_SELECT_ASSEMBLED, function (Select $select) use ($q) {
|
||||
$model = $q->getModel();
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ use Icinga\Module\Icingadb\Model\Behavior\BoolCast;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Web\Widget\Icon;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use DateTime;
|
|||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behavior\MillisecondTimestamp;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use Icinga\Module\Icingadb\Model\Behavior\Bitmask;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
use Icinga\Module\Icingadb\Model\Behavior\ReRoute;
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Icingadb\Model;
|
|||
|
||||
use ipl\Orm\Behavior\Binary;
|
||||
use ipl\Orm\Behaviors;
|
||||
use ipl\Orm\Model;
|
||||
use Icinga\Module\Icingadb\Common\Model;
|
||||
use ipl\Orm\Relations;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue