diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-05 18:10:39 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-05 18:10:39 -0700 |
commit | 8285cd58e27dfdc2f013f44c1e69aa82f87b7c83 (patch) | |
tree | d363a33f7900d5112b4e669b26820f518a1f1db4 /modules/gallery/libraries | |
parent | ca17727478b44b8bec6bb7f8ed1c8c688818b8f6 (diff) |
Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list_groups
Diffstat (limited to 'modules/gallery/libraries')
-rw-r--r-- | modules/gallery/libraries/drivers/Identity.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/libraries/drivers/Identity.php b/modules/gallery/libraries/drivers/Identity.php index 65a3891c..31bcfe39 100644 --- a/modules/gallery/libraries/drivers/Identity.php +++ b/modules/gallery/libraries/drivers/Identity.php @@ -106,6 +106,7 @@ interface Identity_Driver { /** * List the users * @param mixed options to apply to the selection of the user + * @todo Do a longer write up on format of filters (@see Database.php) * @return array the group list. */ public function list_users($filter=array()); @@ -113,6 +114,7 @@ interface Identity_Driver { /** * List the groups * @param mixed options to apply to the selection of the user + * @todo Do a longer write up on format of filters (@see Database.php) * @return array the group list. */ public function list_groups($filter=array()); |