diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-11-27 20:42:53 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-11-27 20:42:53 -0800 |
commit | 76b6daefaa4009fdd8de72b8f25259200a66d477 (patch) | |
tree | a156ea5756861d71f7e9964dc79d8b7216293c76 /modules/gallery/helpers/items_rest.php | |
parent | f91819441c0f899f34c02264f9cbfdc6281980b9 (diff) |
Clean up phpDoc on get() a little more
Diffstat (limited to 'modules/gallery/helpers/items_rest.php')
-rw-r--r-- | modules/gallery/helpers/items_rest.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/modules/gallery/helpers/items_rest.php b/modules/gallery/helpers/items_rest.php index dd190e9d..08aa3279 100644 --- a/modules/gallery/helpers/items_rest.php +++ b/modules/gallery/helpers/items_rest.php @@ -26,15 +26,14 @@ class items_rest_Core { * ancestors_for parameter makes no sense and will be ignored. * * urls=["url1","url2","url3"] - * return items that match the specified urls. Typically used to return the member detail + * Return items that match the specified urls. Typically used to return the member detail * * ancestors_for=url - * return the ancestors of the specified item + * Return the ancestors of the specified item * * type=<comma separate list of photo, movie or album> - * limit the type to types in this list. eg, "type=photo,movie" - * Also limits the types returned in the member collections (same - * behaviour as item_rest). + * Limit the type to types in this list, eg: "type=photo,movie". + * Also limits the types returned in the member collections (same behaviour as item_rest). * Ignored if ancestors_for is set. */ static function get($request) { |