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])
string __toString ()
Variables
integer $ID = 0 (line 330)
  • access: public
integer $LanguageID = 0 (line 350)
  • access: public
integer $ModuleID = 0 (line 340)
  • access: public
integer $PackageID = 0 (line 335)
  • access: public
string $PhraseName = NULL (line 355)
  • access: public
PhraseType $PhraseType = NULL (line 372)
  • access: public
integer $PhraseTypeID = 0 (line 345)
  • access: public
string $PhraseValue = NULL (line 360)
  • access: public
string $RegularExpression = NULL (line 365)
  • 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 125)

Stores Phrase to the database

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

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 284)

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
__toString (line 321)
string __toString ()

Documentation generated on Wed, 05 Mar 2008 16:47:05 -0600 by phpDocumentor 1.3.1