Class StringValue

Description
  • access: public

Located in /StringValue.php (line 56)

Filesystem
   |
   --StringValue
Method Summary
[90]   public   StringValue :  __construct (integer $intMaxStringLength, [boolean $boolOverride = FALSE])
[151]   protected   array :  calculateInputValues (string $strValue)
[192]   protected   void :  createMapping ()
[208]   protected   void :  createSimilarityMapping ()
[115]   public   array :  getInputValue (string $strValue)
[178]   protected   float :  getMapping (string $strCharacter)
[244]   protected   integer :  ordUTF8 (string $strCharacter)
[137]   protected   string :  removeSpecialCharacters (string $strValue)
[298]   public   array :  __invoke (string $strValue)
[287]   public   void :  __wakeup ()
Methods
public  StringValue __construct (integer $intMaxStringLength, [boolean $boolOverride = FALSE]) [90]
  • integer $intMaxStringLength
  • boolean $boolOverride: (Default: FALSE) If $boolOverride is FALSE, an exception will be thrown if getInputValue() will be called with outranged values. If $boolOverride is TRUE, no exception will be thrown in this case, but lower values are replaced by $floatMin and upper values are replaced by $floatMax.
protected  array calculateInputValues (string $strValue) [151]
  • string $strValue
protected  void createMapping () [192]
protected  void createSimilarityMapping () [208]
public  array getInputValue (string $strValue) [115]
  • string $strValue
protected  float getMapping (string $strCharacter) [178]
  • string $strCharacter
protected  integer ordUTF8 (string $strCharacter) [244]
  • string $strCharacter
protected  string removeSpecialCharacters (string $strValue) [137]
  • string $strValue
public  array __invoke (string $strValue) [298]
  • string $strValue
public  void __wakeup () [287]
  • access: public

Inherited Methods

Inherited From Filesystem

Filesystem::loadFromFile()
Filesystem::saveToFile()

Documentation generated on Wed, 01 Jun 2011 16:26:43 +0200 by phpDocumentor 1.4.1