Class: I2CE Module YAML: Difference between revisions
From IHRIS Wiki
(Created page with 'This article desrcibes the class '''I2CE_Module_YAML'''which extends the class I2CE_Module It is contained in the module [[iHRIS Module List#YAML_spyc|YA…') |
No edit summary |
||
Line 1: | Line 1: | ||
This article desrcibes the class '''I2CE_Module_YAML'''which extends the class [[Class: I2CE_Module | I2CE_Module]] | This article desrcibes the class '''I2CE_Module_YAML''' which extends the class [[Class: I2CE_Module | I2CE_Module]] | ||
It is contained in the module [[iHRIS Module List#YAML_spyc|YAML_spyc]] in the package [https://launchpad.net/i2ce I2CE] | It is contained in the module [[iHRIS Module List#YAML_spyc|YAML_spyc]] in the package [https://launchpad.net/i2ce I2CE] | ||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:modules/YAML/lib/I2CE_Module_YAML.php modules/YAML/lib/I2CE_Module_YAML.php] | |||
The class is defined in the file: [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/files/head:/modules/YAML/lib/I2CE_Module_YAML.php modules/YAML/lib/I2CE_Module_YAML.php] | |||
==Methods== | ==Methods== | ||
===getMethods()=== | ===getMethods()=== |
Revision as of 20:20, 16 October 2009
This article desrcibes the class I2CE_Module_YAML which extends the class I2CE_Module It is contained in the module YAML_spyc in the package I2CE
The class is defined in the file: modules/YAML/lib/I2CE_Module_YAML.php
Methods
getMethods()
- Signature: static public function getMethods()
loadConfigFile_YAML()
fuzzy method attached to I2CE_Configurator Load a config file with an .yaml extension and set the verbosity of its error reporting @param $contents @param $verbose_errors
- Signature: protected function loadConfigFile_YAML($configurator,$contents,$verbose_errors)
- Returns: I2CE_MagicDataTemplate_YAML on sucess, null on failure
Parameters:
- I2CE_Configurator $configurator
- $contents
- $verbose_errors
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()