From da0f8427204ad57aad08059906df0ea10a7ccf31 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:42:52 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- library/Cube/Ido/DataView/Hoststatus.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/Cube/Ido/DataView/Hoststatus.php (limited to 'library/Cube/Ido/DataView') diff --git a/library/Cube/Ido/DataView/Hoststatus.php b/library/Cube/Ido/DataView/Hoststatus.php new file mode 100644 index 0000000..32ee44b --- /dev/null +++ b/library/Cube/Ido/DataView/Hoststatus.php @@ -0,0 +1,17 @@ +connection = $connection; + $this->query = new HoststatusQuery($connection->getResource(), $columns); + } +} -- cgit v1.2.3