From 85605597cc0f8259fdb04a9504131ff1e6b42465 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 6 Jun 2014 06:07:33 +0000 Subject: [PATCH] Data/interfaces: add Filterable, extend Connection New interface ConnectionInterface attempts to aggregate things. Extended Filterable interface, added Filter-related functions. Please note that apply will probably get dropped later on, I'll keep it for compatibility reasons right now. refs #6418 --- library/Icinga/Data/ConnectionInterface.php | 5 +++++ library/Icinga/Data/Filterable.php | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 library/Icinga/Data/ConnectionInterface.php diff --git a/library/Icinga/Data/ConnectionInterface.php b/library/Icinga/Data/ConnectionInterface.php new file mode 100644 index 000000000..c6521e9eb --- /dev/null +++ b/library/Icinga/Data/ConnectionInterface.php @@ -0,0 +1,5 @@ +