Class: I2CE Page MagicDataBrowser: Difference between revisions

From IHRIS Wiki
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
This article describes the class ''I2CE_Page_MagicDataBrowser''.
#REDIRECT [[Class: I2CE_Page_MagicDataBrowser (4.1.7)]]
*Extends the class: [[Class: I2CE_Page | I2CE_Page]].
*Parent Classses:  [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
*Location: Part of the module [[I2CE Module List#magicDataBrowser|magicDataBrowser]] 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/Pages/modules/MagicDataBrowser/I2CE_Page_MagicDataBrowser.php modules/Pages/modules/MagicDataBrowser/I2CE_Page_MagicDataBrowser.php]
*Author: Carl Leitner <litlfred@ibiblio.org>
Default Admin Page
==Variables==
===$config_path===
array of strings.  the configuration path requested for this page.
*Type: protected [http://www.php.net/manual/en/language.types.array.php array ] $config_path
 
===$config===
protected The magic data pointed to by the config path
*Type: protected [[Class: I2CE_MagicData | I2CE_MagicData]] $config
 
==Methods==
===__construct()===
Constructor -- called from page wrangler for URL of form admin/(module_name)/action/arg1/arg2 @param string $shortname A module name to show the admin page for. Defaults to null to mean no module. @param string $action The action this pages is to perform @param string $message. A message to display on the page. Defaults to null
*Signature: public function __construct($args,$request_remainder)
*Parameters:
** [http://www.php.net/manual/en/language.types.array.php array ] $args <br/>an array of strings
**$request_remainder
===action()===
*Signature: protected function action()
===actionDisplayConfig()===
*Signature: protected function actionDisplayConfig()
===displayConfig()===
*Signature: protected function displayConfig($config,$magicNode,$full)
*Parameters:
**$config
**$magicNode
**$full
===reshow()===
*Signature: protected function reshow($parent)
*Parameters:
**$parent
***Default Value: false
 
 
[[Category:Class Documentation]]

Latest revision as of 09:48, 23 August 2013