summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Model/HostgroupCustomvar.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icingadb/Model/HostgroupCustomvar.php')
-rw-r--r--library/Icingadb/Model/HostgroupCustomvar.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/library/Icingadb/Model/HostgroupCustomvar.php b/library/Icingadb/Model/HostgroupCustomvar.php
index 41272d1..d3dd09b 100644
--- a/library/Icingadb/Model/HostgroupCustomvar.php
+++ b/library/Icingadb/Model/HostgroupCustomvar.php
@@ -9,6 +9,12 @@ use ipl\Orm\Behaviors;
use ipl\Orm\Model;
use ipl\Orm\Relations;
+/**
+ * @property string $id
+ * @property string $hostgroup_id
+ * @property string $customvar_id
+ * @property string $environment_id
+ */
class HostgroupCustomvar extends Model
{
public function getTableName()