From 44c6025cc9a1536a772bf74af8cc9c07b0efc8b6 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 5 Aug 2009 17:04:43 +0000 Subject: Added documentation to list_entities_from_access_collection(); git-svn-id: https://code.elgg.org/elgg/trunk@3421 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/access.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engine/lib') diff --git a/engine/lib/access.php b/engine/lib/access.php index 7120100bb..9765b2d58 100644 --- a/engine/lib/access.php +++ b/engine/lib/access.php @@ -625,6 +625,19 @@ END; return false; } + /** + * Lists entities from an access collection + * + * @param $collection_id + * @param $entity_type + * @param $entity_subtype + * @param $owner_guid + * @param $limit + * @param $fullview + * @param $viewtypetoggle + * @param $pagination + * @return str + */ function list_entities_from_access_collection($collection_id, $entity_type = "", $entity_subtype = "", $owner_guid = 0, $limit = 10, $fullview = true, $viewtypetoggle = true, $pagination = true) { $offset = (int) get_input('offset'); $limit = (int) $limit; -- cgit v1.2.3