3 # FILE: MetadataFieldGroup.php 5 # Part of the Collection Workflow Integration System (CWIS) 6 # Copyright 2012-2016 Edward Almasy and Internet Scout Research Group 7 # http://scout.wisc.edu/cwis/ 26 foreach ($ItemIds as $Info)
30 $Items[] =
new $Info[
"Type"]($Info[
"ID"]);
34 catch (InvalidArgumentException $Exception)
49 if (!isset($this->FieldCount))
51 $this->FieldCount = count($this->
GetItemIds());
Folder object used to create and manage groups of items.
GetItemIds($Offset=NULL, $Length=NULL)
Retrieve array of IDs of items in folder, in the order that they appear in the folder.