Class Core_Phrase

Description
  • abstract:

Located in /packages/core/lib/phrase.inc.php (line 2)


	
			
Variable Summary
integer $ID
integer $LanguageID
integer $ModuleID
integer $PackageID
string $PhraseName
PhraseType $PhraseType
integer $PhraseTypeID
string $PhraseValue
Method Summary
boolean dbDelete ()
boolean dbLoad ()
boolean dbStore ()
string getPhraseValue ([ $Encoding = ENCODE_NONE], integer $Encoding[optional])
string toString ([ $MakeIntoLink = LINK_NONE], integer $MakeIntoLink[optional])
Variables
integer $ID = 0 (line 287)
  • access: public
integer $LanguageID = 0 (line 307)
  • access: public
integer $ModuleID = 0 (line 297)
  • access: public
integer $PackageID = 0 (line 292)
  • access: public
string $PhraseName = NULL (line 312)
  • access: public
PhraseType $PhraseType = NULL (line 329)
  • access: public
integer $PhraseTypeID = 0 (line 302)
  • access: public
string $PhraseValue = NULL (line 317)
  • access: public
string $RegularExpression = NULL (line 322)
  • access: public
Methods
dbDelete (line 9)

Deletes Phrase from the database

  • access: public
boolean dbDelete ()
dbLoad (line 71)

Loads Phrase from the database

  • access: public
boolean dbLoad ()
dbStore (line 98)

Stores Phrase to the database

  • access: public
boolean dbStore ()
getPhraseValue (line 271)

Generates a formatted string of the value of the Phrase object

  • access: public
string getPhraseValue ([ $Encoding = ENCODE_NONE], integer $Encoding[optional])
  • integer $Encoding[optional]
  • $Encoding
toString (line 257)

Generates a formatted string of the Phrase object

  • access: public
  • todo: Custom Formatting
string toString ([ $MakeIntoLink = LINK_NONE], integer $MakeIntoLink[optional])
  • integer $MakeIntoLink[optional]
  • $MakeIntoLink

Documentation generated on Thu, 14 Aug 2008 20:23:01 -0500 by phpDocumentor 1.3.1