3 # FILE: MetadataSchema.php
5 # Part of the Collection Workflow Integration System (CWIS)
6 # Copyright 2012-2013 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());
GetItemIds()
Retrieve array of IDs of items in folder, in the order that they appear in the folder.
Folder object used to create and manage groups of items.