Class ANN_StringValue

Description
  • access: public

Located in /StringValue.php (line 49)

ANN_Filesystem
   |
   --ANN_StringValue
Method Summary
[83]   public   ANN_StringValue :  __construct (integer $intMaxStringLength, [boolean $boolOverride = FALSE])
[144]   protected   array :  calculateInputValues (string $strValue)
[185]   protected   void :  createMapping ()
[201]   protected   void :  createSimilarityMapping ()
[108]   public   array :  getInputValue (string $strValue)
[171]   protected   float :  getMapping (string $strCharacter)
[237]   protected   integer :  ordUTF8 (string $strCharacter)
[130]   protected   string :  removeSpecialCharacters (string $strValue)
[291]   public   array :  __invoke (string $strValue)
[280]   public   void :  __wakeup ()
Methods
public  ANN_StringValue __construct (integer $intMaxStringLength, [boolean $boolOverride = FALSE]) [83]
  • 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) [144]
  • string $strValue
protected  void createMapping () [185]
protected  void createSimilarityMapping () [201]
public  array getInputValue (string $strValue) [108]
  • string $strValue
protected  float getMapping (string $strCharacter) [171]
  • string $strCharacter
protected  integer ordUTF8 (string $strCharacter) [237]
  • string $strCharacter
protected  string removeSpecialCharacters (string $strValue) [130]
  • string $strValue
public  array __invoke (string $strValue) [291]
  • string $strValue
public  void __wakeup () [280]
  • access: public

Inherited Methods

Inherited From ANN_Filesystem

ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()

Documentation generated on Tue, 24 May 2011 20:43:22 +0200 by phpDocumentor 1.4.1