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