Class Phrase

(line 15)

Description


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

Phrase Library


Class Variables

Summary:
integer $ID
integer $LanguageID
string $PhraseName
PhraseType $PhraseType
integer $PhraseTypeID
string $PhraseValue

$ID = 0 (line 342)

Data type : integer

  • access: - public

$LanguageID = 0 (line 345)

Data type : integer

  • access: - public

$PhraseName = NULL (line 348)

Data type : string

  • access: - public

$PhraseType = NULL (line 362)

Data type : PhraseType

  • access: - public

$PhraseTypeID = 0 (line 357)

Data type : integer

  • access: - public

$PhraseValue = NULL (line 351)

Data type : string

  • access: - public

$RegularExpression = NULL (line 354)

Data type : string

  • access: - public

Class Constants

Summary:

Method Detail

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

Constructor Phrase (line 31)

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

Phrase 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: Phrase ID or array containing row from tblArchon_Phrases

Info

  • access - public

Method dbDelete (line 62)

boolean dbDelete( )

Deletes Phrase from the database

Info

  • access - public

Method dbLoad (line 123)

boolean dbLoad( )

Loads Phrase from the database

Info

  • access - public

Method dbStore (line 177)

boolean dbStore( )

Stores Phrase to the database

Info

  • access - public

Method toString (line 307)

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

Generates a formatted string of the Phrase object

Parameters

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

Info

  • access - public
  • todo - Custom Formatting

Method __toString (line 335)

string __toString( )

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


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