Class: I2CE Fuzzy: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 306: Line 306:
**** [[Class: I2CE_Swiss_Default_Leaf | I2CE_Swiss_Default_Leaf]]
**** [[Class: I2CE_Swiss_Default_Leaf | I2CE_Swiss_Default_Leaf]]
** [[Class: I2CE_User | I2CE_User]]
** [[Class: I2CE_User | I2CE_User]]
*Location: Part of the module [[iHRIS Module List#I2CE|I2CE]] in the package [https://launchpad.net/i2ce I2CE]
*Location: Part of the module [[I2CE Module List#I2CE|I2CE]] in the package [https://launchpad.net/i2ce I2CE]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/lib/I2CE_Fuzzy.php lib/I2CE_Fuzzy.php]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/lib/I2CE_Fuzzy.php lib/I2CE_Fuzzy.php]
Fuzzy Object
Fuzzy Object

Revision as of 12:09, 19 October 2009

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.

  • Type: private $__methodCache

Methods

_hasMethod()

  • 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()