From 3e0d254dfd8d1beeda6020f5c03b1aa9be9dff52 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 15 Apr 2014 15:48:51 +0200 Subject: [PATCH] Implement "Limitable" interface for retrieving just a portion of a result set Defines how to set a limit count and offset and should be used everywhere where setting limit and offset is supported. --- library/Icinga/Data/Limitable.php | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 library/Icinga/Data/Limitable.php diff --git a/library/Icinga/Data/Limitable.php b/library/Icinga/Data/Limitable.php new file mode 100644 index 000000000..a6a5f4e56 --- /dev/null +++ b/library/Icinga/Data/Limitable.php @@ -0,0 +1,47 @@ +