summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Model/HostCustomvar.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:45:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:45:00 +0000
commit260bd89dc5a1b971e9c545ea0822d7b294538cfc (patch)
tree750aa3e132390af611951c3910067e375f5458f4 /library/Icingadb/Model/HostCustomvar.php
parentAdding debian version 1.1.1-1. (diff)
downloadicingadb-web-260bd89dc5a1b971e9c545ea0822d7b294538cfc.tar.xz
icingadb-web-260bd89dc5a1b971e9c545ea0822d7b294538cfc.zip
Merging upstream version 1.1.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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()