Class: I2CE Fuzzy (4.0.5): Difference between revisions

From IHRIS Wiki
(Created page with '{{otherversions|Class: I2CE_Fuzzy}} This article describes the class ''I2CE_Fuzzy'' . *Child Classes: ** I2CE_CachedForm ** [[Class: I2CE_Cus…')
 
(No difference)

Latest revision as of 12:44, 22 June 2010


This article describes the class I2CE_Fuzzy .

Fuzzy Object

Variables

$__methodCache

An array of cached fuzzy methods. keys are method names values are either error strings if no method is available or the method details.

Methods

_hasMethod()

  • Defined in i2ce/lib/I2CE_Fuzzy.php on line 60
  • Signature: public function _hasMethod($method,$getFuzzy,$returnErrors)
  • Parameters:
    • $method
    • $getFuzzy
      • Default Value: false
    • $returnErrors
      • Default Value: false

Fuzzy Methods

userMessage()

This method is implemented by I2CE_MessageHandler->addUserMessage()