|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''I2CE_Page_Report_MagicDataExport''.
| | #REDIRECT [[Class: I2CE_Page_Report_MagicDataExport (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Page_MagicDataExport | I2CE_Page_MagicDataExport]].
| |
| *Parent Classses: [[Class: I2CE_Page_MagicDataExport | I2CE_Page_MagicDataExport]] [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: Part of the module [[I2CE Module List#CustomReports|CustomReports]] 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:/modules/CustomReports/lib/I2CE_Page_Report_MagicDataExport.php modules/CustomReports/lib/I2CE_Page_Report_MagicDataExport.php]
| |
| *Author: Carl Leitner <litlfred@ibiblio.org>
| |
| I2CE_Page_Report_MagicDataExport | |
| ==Methods==
| |
| ===getMetaDataOptions()===
| |
| *Signature: protected function getMetaDataOptions()
| |
| ===getModuleName()===
| |
| *Signature: protected function getModuleName()
| |
| ===noConfig()===
| |
| Method called when there is no magic data to export
| |
| *Signature: protected function noConfig($configNode)
| |
| *Parameters:
| |
| ** [http://www.php.net/manual/en/class.domnode.php DOMNode ] $configNode <br/>The I2CEConfiguration/configurationGroup node
| |
| *Returns: [http://www.php.net/manual/en/language.types.boolean.php boolean ]<br/>true on success
| |
| ===setConfig()===
| |
| *Signature: protected function setConfig()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |