Class Creator

(line 15)

Description


Located in File: /lib/creator.inc.php

Creator Library


Class Variables

Summary:
string $BiogHist
Collection[] $Collections
CreatorType $CreatorType
integer $CreatorTypeID
string $Dates
integer $ID
integer $LCNAFCompliant
string $LCNAFDates
string $Name
string $NameSubUnit
string $NameVariants
string $ParentBody
string $Sources

$BiogHist = NULL (line 451)

Data type : string

$BiogHistAuthor = NULL (line 448)

Data type : string

$Collections = array() (line 465)

Data type : Collection[]

$CreatorType = NULL (line 462)

Data type : CreatorType

$CreatorTypeID = 0 (line 433)

Data type : integer

$Dates = NULL (line 439)

Data type : string

$ID = 0 (line 421)

Data type : integer

$LCNAFCompliant = 1 (line 445)

Data type : integer

$LCNAFDates = NULL (line 442)

Data type : string

$Name = NULL (line 424)

Data type : string

$NameSubUnit = NULL (line 427)

Data type : string

$NameVariants = NULL (line 430)

Data type : string

$ParentBody = NULL (line 436)

Data type : string

$RelatedCreators = NULL (line 457)

Data type : string

$Sources = NULL (line 454)

Data type : string

Class Constants

Summary:

Method Detail

Summary:
Creator Creator ([integer|array $ID_or_Row = NULL])
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadCollections ()
boolean dbStore ()
string toString ([ $MakeIntoLink = LINK_NONE], boolean $MakeIntoLink[optional])
string __toString ()

Constructor Creator (line 31)

Creator Creator( [integer|array $ID_or_Row = NULL])

Creator Constructor

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.

Parameters

  • integer|array $ID_or_Row: Creator ID or array containing row from tblShared_Creators

Info

  • access - public

Method dbDelete (line 62)

boolean dbDelete( )

Deletes Creator from the database

Info

  • access - public

Method dbLoad (line 132)

boolean dbLoad( )

Loads Creator from the database

Info

  • access - public

Method dbLoadCollections (line 188)

boolean dbLoadCollections( )

Loads Collections from the database

This function loads collections that fall under this creator

Info

  • access - public

Method dbStore (line 223)

boolean dbStore( )

Stores Creator to the database

Info

  • access - public

Method toString (line 362)

string toString( [ $MakeIntoLink = LINK_NONE], boolean $MakeIntoLink[optional])

Generates a formatted string of the Creator object

Parameters

  • boolean $MakeIntoLink[optional]:
  • $MakeIntoLink:

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 414)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Wed, 17 Jan 2007 16:25:26 -0600 by phpDocumentor 1.3.1