From c083747f67c8984e930977152b98c5d9114b1410 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 15 Apr 2014 15:40:07 +0200 Subject: [PATCH] Add "Fetchable" interface for classes providing data retrieval Classes for retrieving data must implement the Fetchable interface which defines the usual fetch*() functions. --- library/Icinga/Data/Fetchable.php | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 library/Icinga/Data/Fetchable.php diff --git a/library/Icinga/Data/Fetchable.php b/library/Icinga/Data/Fetchable.php new file mode 100644 index 000000000..34c21752e --- /dev/null +++ b/library/Icinga/Data/Fetchable.php @@ -0,0 +1,48 @@ +