From a1c88a3e39695a463ff7d0dda74dbdbb59d86f5c Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Sat, 11 Aug 2012 16:21:09 -0400 Subject: Add search, limit, offset parameters to usersInGroups() --- lib/group/example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/group/example.php') diff --git a/lib/group/example.php b/lib/group/example.php index c33b435ca05..76d12629763 100644 --- a/lib/group/example.php +++ b/lib/group/example.php @@ -104,6 +104,6 @@ abstract class OC_Group_Example { * @brief get a list of all users in a group * @returns array with user ids */ - abstract public static function usersInGroup($gid); + abstract public static function usersInGroup($gid, $search = '', $limit = -1, $offset = 0); } -- cgit v1.2.3