From c72a6a7d2f8fd5922e7317b347afb2ec1e37fa4d Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Wed, 14 Sep 2011 12:48:48 -0300 Subject: [PATCH] Added documentation back in --- CollectionClass.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index c00164fe..eabfad80 100644 --- a/CollectionClass.inc +++ b/CollectionClass.inc @@ -38,8 +38,12 @@ class CollectionClass { /** * gets objects related to this object. must include offset and limit * calls getRelatedItems but enforces limit and offset + * @param type $pid + * @param type $limit + * @param type $offset + * @param type $itqlquery + * @return type */ - function getRelatedObjects($pid, $limit, $offset, $itqlquery=NULL) { module_load_include('inc', 'fedora_repository', 'ObjectHelper'); $objectHelper = new ObjectHelper(); @@ -249,7 +253,7 @@ class CollectionClass { } /** - * + * get Allowed Mime Types * @param type $contentModelPid * @param type $contentModel_dsid * @return type