$Repository = NULL (line 1917)
Method countCollections (line 17)
If $Alphabetical is set to true, an array will be returned with keys of a-z, #, and * each holding the count for Collection SortTitles starting with that character. # represents all collections starting with a number, and * holds the total count of all collections.
Method createStringFromLocationEntryArray (line 89)
Method createStringFromUserFieldArray (line 125)
Method getAllClassifications (line 162)
The returned array of Classification objects is nested such that the objects will have their Classification[] member variable populated with their children, which allows for a complete tree structure.
Method getAllCollections (line 202)
The returned array of Collection objects is sorted by SortTitle and has IDs as keys.
Please realize that calling this function could take a very long time if there are a lot of collections.
Also, this function does NOT load content or retrieve related information like subjects, creators, etc.
Method getAllDescriptiveRules (line 257)
The returned array of DescriptiveRules objects is sorted by DescriptiveRulesLong and has IDs as keys.
Method getAllEADElements (line 274)
The returned array of EADElement objects is sorted by EADElement and has IDs as keys.
Method getAllExtentUnits (line 291)
The returned array of ExtentUnit objects is sorted by ExtentUnit and has IDs as keys.
Method getAllLevelContainers (line 308)
The returned array of LevelContainer objects is sorted by LevelContainer and has IDs as keys.
Method getAllLocations (line 325)
The returned array of Locations objects is sorted by Location and has IDs as keys.
Method getAllMaterialTypes (line 342)
The returned array of MaterialType objects is sorted by MaterialType and has IDs as keys.
Method getAllRepositories (line 359)
The returned array of Repository objects is sorted by Name and has IDs as keys.
Method getChildClassifications (line 375)
Method getChildCollectionContent (line 399)
$CollectionID is required whenever $ContentID = 0
Method getClassificationArrayFromIDArray (line 447)
Method getCollectionContentArrayFromIDArray (line 507)
Method getCollectionContentIDFromData (line 567)
Method getCollectionsForChar (line 632)
Method getCollectionsForClassification (line 685)
Method getEADElementIDFromString (line 762)
Method getExtentForLocation (line 791)
float Extent ExtentUnit ExtentUnit
Method getExtentUnitIDFromString (line 845)
Method getLevelContainerIDFromString (line 737)
Method getMaterialTypeIDFromString (line 871)
Method getNextLevelContainerNumber (line 897)
Method getSiblingCollectionContent (line 948)
$CollectionID is required whenever $ID = 0
Method initialize (line 996)
Method searchClassifications (line 1032)
Method searchCollections (line 1062)
Method searchCollectionsByClassification (line 1350)
Method searchExtentUnits (line 1686)
Method searchLevelContainers (line 1702)
Method searchLocations (line 1718)
Method searchMaterialTypes (line 1734)
Method searchRepositories (line 1750)
Method shiftLevelContainerNumbers (line 1766)
Method traverseClassification (line 1854)
Method traverseCollectionContent (line 1886)