Browse Source

Added documentation back in

pull/23/head
Ben Woodhead 13 years ago
parent
commit
c72a6a7d2f
  1. 8
      CollectionClass.inc

8
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

Loading…
Cancel
Save