Class UserField

(line 4160)

Description


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



Class Variables

Summary:
string $Content
integer $ContentID
EADElement $EADElement
integer $EADElementID
integer $FieldNumber
integer $ID
string $Title
string $Value

$Content = NULL (line 4524)

Data type : string

  • access: - public

$ContentID = 0 (line 4509)

Data type : integer

  • access: - public

$EADElement = NULL (line 4527)

Data type : EADElement

  • access: - public

$EADElementID = 0 (line 4521)

Data type : integer

  • access: - public

$FieldNumber = 0 (line 4512)

Data type : integer

  • access: - public

$ID = 0 (line 4506)

Data type : integer

  • access: - public

$Title = NULL (line 4515)

Data type : string

  • access: - public

$Value = NULL (line 4518)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

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

Constructor UserField (line 4176)

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

UserField 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: UserField ID or array containing row from tblCol_UserFields

Info

  • access - public

Method dbDelete (line 4210)

boolean dbDelete( )

Deletes UserField from the database

Info

  • access - public

Method dbLoad (line 4283)

boolean dbLoad( )

Loads UserField

Info

  • access - public

Method dbStore (line 4331)

boolean dbStore( )

Stores UserField

Info

  • access - public

Method toString (line 4469)

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

Generates a formatted string of the UserField object

Parameters

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

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 4500)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Fri, 06 Apr 2007 12:12:18 -0500 by phpDocumentor 1.3.1