$AccessRestrictions = NULL (line 2012)
$AccrualInfo = NULL (line 2040)
$AcquisitionDate = NULL (line 2034)
$AcquisitionDateDay (line 2104)
$AcquisitionDateMonth (line 2101)
$AcquisitionDateYear (line 2107)
$AcquisitionMethod = NULL (line 2027)
$AcquisitionSource = NULL (line 2024)
$AltExtentStatement = NULL (line 2009)
$AppraisalInfo = NULL (line 2037)
$Arrangement = NULL (line 2003)
$Classification = NULL (line 2173)
$ClassificationID = 0 (line 1962)
$CollectionIdentifier = NULL (line 1967)
$Content = array() (line 2128)
$Creators = array() (line 2142)
$CustodialHistory = NULL (line 2043)
$DescRules = NULL (line 2193)
$DescRulesID = 0 (line 2073)
$DigitalContent = array() (line 2135)
$Enabled = 1 (line 1956)
$Extent = NULL (line 1991)
$ExtentUnits = NULL (line 2176)
$ExtentUnitsID = 0 (line 1994)
$FindingAidAuthor = NULL (line 1988)
$FindingLanguage = NULL (line 2186)
$FindingLanguageID = 0 (line 2092)
$ID = 0 (line 1953)
$InclusiveDates = NULL (line 1976)
$Languages = array() (line 2163)
$LocationEntries = array() (line 2156)
$MaterialType = NULL (line 2179)
$MaterialTypeID = 0 (line 2006)
$NormalDateBegin = NULL (line 1982)
$NormalDateEnd = NULL (line 1985)
$OrigCopiesNote = NULL (line 2046)
$OrigCopiesURL = NULL (line 2049)
$OtherNote = NULL (line 2067)
$OtherURL = NULL (line 2070)
$PhysicalAccess = NULL (line 2018)
$PredominantDates = NULL (line 1979)
$PreferredCitation = NULL (line 2064)
$PrimaryCreator = NULL (line 2201)
$ProcessingInfo = NULL (line 2076)
$PublicationDate = NULL (line 2086)
$PublicationDateDay (line 2113)
$PublicationDateMonth (line 2110)
$PublicationDateYear (line 2116)
$PublicationNote = NULL (line 2089)
$RelatedMaterials = NULL (line 2052)
$RelatedMaterialsURL = NULL (line 2055)
$RelatedPublications = NULL (line 2058)
$Repository = NULL (line 2170)
$RepositoryID = 0 (line 1959)
$RevisionHistory = NULL (line 2079)
$Scope = NULL (line 2000)
$SeparatedMaterials = NULL (line 2061)
$SortTitle = NULL (line 1973)
$Subjects = array() (line 2149)
$TechnicalAccess = NULL (line 2021)
$TemplateSet = NULL (line 1997)
$Title = NULL (line 1970)
$UseRestrictions = NULL (line 2015)
Constructor Collection (line 40)
If ID is passed as an argument, no data will be loaded until some varation of dbLoad is called.
If a table row is passed as an argument, the array will be parsed, and object variables will be assigned.
Method dbDeleteCollection (line 76)
Method dbLoadAll (line 192)
Loaded objects which may contain multiple instances:
Method dbLoadCollection (line 247)
This function loads all data related to the collection except for the full content tree. It is much faster than dbLoadAll().
Method dbLoadContainerCount (line 307)
Method dbLoadContent (line 361)
Method dbLoadCreators (line 456)
Method dbLoadDigitalContent (line 508)
Method dbLoadLanguages (line 558)
Method dbLoadLocationEntries (line 600)
Method dbLoadRelatedObjects (line 649)
Method dbLoadRootContent (line 734)
Method dbLoadSubjects (line 779)
Method dbRelateCreator (line 841)
Method dbRelateLanguage (line 954)
Method dbRelateSubject (line 1041)
Method dbStoreCollection (line 1137)
If the ID value has been set, dbStore will try to update an existing collection. Otherwise, it will add a new collection.
IMPORTANT:
dbStore will NOT store any information added/modified to ANY member objects! If you wish to update the database entries for member objects, you will need to seperately call the object's dbStore method.
Method dbUnrelateAllCreators (line 1473)
Method dbUnrelateAllLanguages (line 1535)
Method dbUnrelateAllSubjects (line 1596)
Method dbUnrelateCreator (line 1659)
Method dbUnrelateLanguage (line 1737)
Method dbUnrelateSubject (line 1815)
Method toString (line 1892)
Method __toString (line 1936)