From 2cc3823a9550abd5c1b22d6d6fe387fb9f87ab95 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 15 Apr 2014 15:36:13 +0200 Subject: [PATCH] Implement interface "Browsable" for classes providing page turning This interface is intended to be used everywhere a Zend_Paginator is returned within our code. --- library/Icinga/Data/Browsable.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 library/Icinga/Data/Browsable.php diff --git a/library/Icinga/Data/Browsable.php b/library/Icinga/Data/Browsable.php new file mode 100644 index 000000000..852808d21 --- /dev/null +++ b/library/Icinga/Data/Browsable.php @@ -0,0 +1,19 @@ +