$AccessRestrictions = NULL (line 1957)
$AccrualInfo = NULL (line 1985)
$AcquisitionDate = NULL (line 1979)
$AcquisitionDateDay (line 2046)
$AcquisitionDateMonth (line 2043)
$AcquisitionDateYear (line 2049)
$AcquisitionMethod = NULL (line 1972)
$AcquisitionSource = NULL (line 1969)
$AltExtentStatement = NULL (line 1954)
$AppraisalInfo = NULL (line 1982)
$Arrangement = NULL (line 1948)
$Classification = NULL (line 2108)
$ClassificationID = 0 (line 1907)
$CollectionIdentifier = NULL (line 1912)
$Content = array() (line 2070)
$Creators = array() (line 2077)
$CustodialHistory = NULL (line 1988)
$DescRules = NULL (line 2128)
$DescRulesID = 0 (line 2015)
$Enabled = 0 (line 1901)
$Extent = NULL (line 1936)
$ExtentUnits = NULL (line 2111)
$ExtentUnitsID = 0 (line 1939)
$FindingAidAuthor = NULL (line 1933)
$FindingLanguage = NULL (line 2121)
$FindingLanguageID = 0 (line 2034)
$ID = 0 (line 1898)
$InclusiveDates = NULL (line 1921)
$Languages = array() (line 2098)
$LocationEntries = array() (line 2091)
$MaterialType = NULL (line 2114)
$MaterialTypeID = 0 (line 1951)
$NormalDateBegin = NULL (line 1927)
$NormalDateEnd = NULL (line 1930)
$OrigCopiesNote = NULL (line 1991)
$OrigCopiesURL = NULL (line 1994)
$OtherNote = NULL (line 2009)
$OtherURL = NULL (line 2012)
$PhysicalAccess = NULL (line 1963)
$PredominantDates = NULL (line 1924)
$PreferredCitation = NULL (line 2006)
$PrimaryCreator = NULL (line 2136)
$ProcessingInfo = NULL (line 2018)
$PublicationDate = NULL (line 2028)
$PublicationDateDay (line 2055)
$PublicationDateMonth (line 2052)
$PublicationDateYear (line 2058)
$PublicationNote = NULL (line 2031)
$RelatedMaterials = NULL (line 1997)
$RelatedMaterialsURL = NULL (line 2000)
$RelatedPublications = NULL (line 2003)
$Repository = NULL (line 2105)
$RepositoryID = 0 (line 1904)
$RevisionHistory = NULL (line 2021)
$Scope = NULL (line 1945)
$SortTitle = NULL (line 1918)
$Subjects = array() (line 2084)
$TechnicalAccess = NULL (line 1966)
$TemplateSet = NULL (line 1942)
$Title = NULL (line 1915)
$UseRestrictions = NULL (line 1960)
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 191)
Loaded objects which may contain multiple instances:
Method dbLoadCollection (line 241)
This function loads all data related to the collection except for the full content tree. It is much faster than dbLoadAll().
Method dbLoadContainerCount (line 301)
Method dbLoadContent (line 355)
Method dbLoadCreators (line 468)
Method dbLoadLanguages (line 526)
Method dbLoadLocationEntries (line 568)
Method dbLoadRelatedObjects (line 617)
Method dbLoadRootContent (line 702)
Method dbLoadSubjects (line 747)
Method dbRelateCreator (line 809)
Method dbRelateLanguage (line 922)
Method dbRelateSubject (line 1009)
Method dbStoreCollection (line 1105)
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 1423)
Method dbUnrelateAllLanguages (line 1485)
Method dbUnrelateAllSubjects (line 1546)
Method dbUnrelateCreator (line 1609)
Method dbUnrelateLanguage (line 1687)
Method dbUnrelateSubject (line 1765)
Method toString (line 1837)
Method __toString (line 1881)