From 0f3d70c4378c4049e922b6bcf2236a2aab820398 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 15 Apr 2014 16:20:11 +0200 Subject: [PATCH] Add interface "Filterable" (WIP) This interface is empty yet. It's meant to define how to filter a result set. --- library/Icinga/Data/Filterable.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 library/Icinga/Data/Filterable.php diff --git a/library/Icinga/Data/Filterable.php b/library/Icinga/Data/Filterable.php new file mode 100644 index 000000000..5f8cd5709 --- /dev/null +++ b/library/Icinga/Data/Filterable.php @@ -0,0 +1,8 @@ +