Handle the filters on Identity/Gallery::list_users and Identity/Gallery::list_groups

This commit is contained in:
Tim Almdal
2009-10-05 18:10:39 -07:00
parent ca17727478
commit 8285cd58e2
3 changed files with 16 additions and 4 deletions

View File

@@ -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());