summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/libraries/drivers/Identity.php2
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());