Class LocationEntry

(line 3018)

Description


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

LocationEntry Object Definition


Class Variables

Summary:
Collection $Collection
integer $CollectionID
string $Content
integer $Extent
string $ExtentUnits
integer $ExtentUnitsID
integer $ID
Location $Location
integer $LocationID
string $Range
string $Section
string $Shelf

$Collection = NULL (line 3429)

Data type : Collection

  • access: - public

$CollectionID = 0 (line 3405)

Data type : integer

  • access: - public

$Content = NULL (line 3411)

Data type : string

  • access: - public

$Extent = 0 (line 3423)

Data type : integer

  • access: - public

$ExtentUnits = NULL (line 3435)

Data type : string

  • access: - public

$ExtentUnitsID = 0 (line 3426)

Data type : integer

  • access: - public

$ID = 0 (line 3402)

Data type : integer

  • access: - public

$Location = NULL (line 3432)

Data type : Location

  • access: - public

$LocationID = 0 (line 3408)

Data type : integer

  • access: - public

$Range = NULL (line 3414)

Data type : string

  • access: - public

$Section = NULL (line 3417)

Data type : string

  • access: - public

$Shelf = NULL (line 3420)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

Summary:
LocationEntry LocationEntry ([integer|array $ID_or_Row = NULL])
boolean dbDelete ()
boolean dbLoad ()
boolean dbStore ()
string toString ([ $MakeIntoLink = LINK_NONE], [ $ConcatinateFieldNames = true], [ $Delimiter = ', '], boolean $MakeIntoLink[optional], boolean $ConcatinateFieldNames[optional], string $Delimiter[optional])
string __toString ()

Constructor LocationEntry (line 3034)

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

LocationEntry Constructor

If ID is passed as an argument, no data will be loaded until 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: Location ID or array containing row from tblCol_LocationIndex

Info

  • access - public

Method dbDelete (line 3067)

boolean dbDelete( )

Deletes LocationEntry from the database

Info

  • access - public

Method dbLoad (line 3134)

boolean dbLoad( )

Loads LocationEntry from the database

Info

  • access - public

Method dbStore (line 3186)

boolean dbStore( )

Stores LocationEntry to the database

Info

  • access - public

Method toString (line 3327)

string toString( [ $MakeIntoLink = LINK_NONE], [ $ConcatinateFieldNames = true], [ $Delimiter = ', '], boolean $MakeIntoLink[optional], boolean $ConcatinateFieldNames[optional], string $Delimiter[optional])

Generates a formatted string of the LocationEntry object

Parameters

  • boolean $MakeIntoLink[optional]:
  • boolean $ConcatinateFieldNames[optional]:
  • string $Delimiter[optional]:
  • $MakeIntoLink:
  • $ConcatinateFieldNames:
  • $Delimiter:

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 3396)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


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