Container Attributes Structure

This structure is returned by function ars_GetContainer.

{
 "adminList"       => list of groups (ids) who can administer this container,
 "changeDiary"     => list of references to Diary Entry Structures
 "groupList"       => reference to a hash of group ids and their access permissions ('hidden' or 'visible',
 "helpText"        => help text associated with the container (string),
 "lastChanged"     => user who made the last change to the container (string),
 "label"           => label for this container (string),
 "name"            => name of container (string),
 "numReferences"   => number of objects referenced by the container (integer),
 "objPropList"     => list of references to Property Hash,
 "owner"           => owning user for the container (string),
 "ownerObjList"    => list of the schemas that own this container. If this parameter is NULL, the container exists globally,
 "referenceList"   => list of references to Reference Hash,
 "timestamp"       => time stamp identifying the last change to the container (integer),
 "type"            => type for this container (string)
}
Example:

      $c = ars_GetContainer($ctrl,$filterGuide);
      $help = $c->{"helpText"};


<-- Table of Contents

© Ian Trimnell 2005 i.d.trimnell@open.ac.uk