summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Data/ConnectionInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icinga/Data/ConnectionInterface.php')
-rw-r--r--library/Icinga/Data/ConnectionInterface.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/library/Icinga/Data/ConnectionInterface.php b/library/Icinga/Data/ConnectionInterface.php
new file mode 100644
index 0000000..bd7d026
--- /dev/null
+++ b/library/Icinga/Data/ConnectionInterface.php
@@ -0,0 +1,8 @@
+<?php
+/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
+
+namespace Icinga\Data;
+
+interface ConnectionInterface extends Selectable, Queryable
+{
+}