|
|
(26 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article desrcibes the class '''I2CE_Module_YAML''' which extends the class [[Class: I2CE_Module | I2CE_Module]]
| | #REDIRECT [[Class: I2CE_Module_YAML (4.1.7)]] |
| 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]
| |
| | |
| ==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: [[Class: I2CE_MagicDataTemplate_YAML | I2CE_MagicDataTemplate_YAML]] on sucess, null on failure
| |
| Parameters:
| |
| * [[Class: I2CE_Configurator | I2CE_Configurator]] $configurator
| |
| *$contents
| |
| *$verbose_errors
| |
| ==Inherited Fuzzy Methods==
| |
| ===launchBackgroundProcess()===
| |
| This method is inherited from [[Class: I2CE_Module#launchBackgroundProcess() | I2CE_Module->launchBackgroundProcess()]]
| |
| | |
| ===launchBackgroundPHPScript()===
| |
| This method is inherited from [[Class: I2CE_Module#launchBackgroundPHPScript() | I2CE_Module->launchBackgroundPHPScript()]]
| |
| | |
| ===launchBackgroundPage()===
| |
| This method is inherited from [[Class: I2CE_Module#launchBackgroundPage() | I2CE_Module->launchBackgroundPage()]]
| |
| | |
| ===userMessage()===
| |
| This method is inherited from [[Class: I2CE_Fuzzy#userMessage() | I2CE_Fuzzy->userMessage()]]
| |
| | |
| | |
| [[Category:Class Documentation]]
| |