Class: I2CE Fuzzy: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 305: Line 305:
** [[Class: I2CE_User | I2CE_User]]
** [[Class: I2CE_User | I2CE_User]]
*Location: Part of the module [[I2CE 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.1-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.2-release/annotate/head:/lib/I2CE_Fuzzy.php#L30 lib/I2CE_Fuzzy.php] on line 30
Fuzzy Object
Fuzzy Object
==Variables==
==Variables==
===$__methodCache===
===$__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.
An array of cached fuzzy methods.  keys are method names values are either error strings if no method is available or the method details.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/lib/I2CE_Fuzzy.php#L38 i2ce/lib/I2CE_Fuzzy.php] on line 38
*Type: private  $__methodCache
*Type: private  $__methodCache


==Methods==
==Methods==
===_hasMethod()===
===_hasMethod()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/lib/I2CE_Fuzzy.php#L60 i2ce/lib/I2CE_Fuzzy.php] on line 60
*Signature: public function _hasMethod($method,$getFuzzy,$returnErrors)
*Signature: public function _hasMethod($method,$getFuzzy,$returnErrors)
*Parameters:
*Parameters:

Revision as of 08:50, 10 November 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.

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