Class: I2CE Fuzzy: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 5: Line 5:
==Variables==
==Variables==
===$__methodCache===
===$__methodCache===
An array of cached fuzzy methods.  keys are method names
An array of cached fuzzy methods.  keys are method names values are either error strings if no method is available or the method details.
values are either error strings if no method is available
or the method details.
*Type: private  $__methodCache
*Type: private  $__methodCache



Revision as of 23:43, 16 October 2009

This article desrcibes 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()