Class: I2CE Module ModulePrompter: Difference between revisions

From IHRIS Wiki
No edit summary
No edit summary
Line 2: Line 2:
*Extends the class: [[Class: I2CE_Module | I2CE_Module]].
*Extends the class: [[Class: I2CE_Module | I2CE_Module]].
*Location: Part of the module [[I2CE Module List#modulePrompter|modulePrompter]] in the package [https://launchpad.net/i2ce I2CE]
*Location: Part of the module [[I2CE Module List#modulePrompter|modulePrompter]] 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:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php]
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L29 modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 29
*Author: Carl Leitner <litlfred@ibiblio.org>
*Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Module_ModulePrompter
I2CE_Module_ModulePrompter
==Methods==
==Methods==
===action_enable()===
===action_enable()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L46 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 46
*Signature: public function action_enable()
*Signature: public function action_enable()
===changeEnableAction()===
===changeEnableAction()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L79 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 79
*Signature: public function changeEnableAction($args)
*Signature: public function changeEnableAction($args)
*Parameters:
*Parameters:
**$args  
**$args  
===changeEnableVariables()===
===changeEnableVariables()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L106 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 106
*Signature: public function changeEnableVariables($args)
*Signature: public function changeEnableVariables($args)
*Parameters:
*Parameters:
**$args  
**$args  
===changeHomePage()===
===changeHomePage()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L150 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 150
*Signature: public function changeHomePage($wrangler,$module,$page,$request,$page_root,$page_remainder)
*Signature: public function changeHomePage($wrangler,$module,$page,$request,$page_root,$page_remainder)
*Parameters:
*Parameters:
Line 26: Line 30:
**$page_remainder  
**$page_remainder  
===cleanupModulePrompter()===
===cleanupModulePrompter()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L56 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 56
*Signature: public function cleanupModulePrompter($args)
*Signature: public function cleanupModulePrompter($args)
*Parameters:
*Parameters:
**$args  
**$args  
===destroyMyself()===
===destroyMyself()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L96 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 96
*Signature: protected function destroyMyself()
*Signature: protected function destroyMyself()
===getHooks()===
===getHooks()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L30 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 30
*Signature: static public function getHooks()
*Signature: static public function getHooks()
===getMethods()===
===getMethods()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.2-release/annotate/head:/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php#L38 i2ce/modules/Pages/modules/Admin/modules/ModulePrompter/lib/I2CE_Module_ModulePrompter.php] on line 38
*Signature: static public function getMethods()
*Signature: static public function getMethods()
==Inherited Methods==
==Inherited Methods==

Revision as of 09:51, 10 November 2009

This article describes the class I2CE_Module_ModulePrompter.

I2CE_Module_ModulePrompter

Methods

action_enable()

changeEnableAction()

changeEnableVariables()

changeHomePage()

cleanupModulePrompter()

destroyMyself()

getHooks()

getMethods()

Inherited Methods

__construct()

This public method is inherited from I2CE_Module->__construct()

action_configure()

This public method is inherited from I2CE_Module->action_configure()

action_disable()

This public method is inherited from I2CE_Module->action_disable()

action_initialize()

This public method is inherited from I2CE_Module->action_initialize()

conflict_external()

This public method is inherited from I2CE_Module->conflict_external()

getCLIHooks()

This public method is inherited from I2CE_Module->getCLIHooks()

getCLIMethods()

This public method is inherited from I2CE_Module->getCLIMethods()

getConfig()

This public method is inherited from I2CE_Module->getConfig()

post_update()

This public method is inherited from I2CE_Module->post_update()

pre_upgrade()

This public method is inherited from I2CE_Module->pre_upgrade()

requirement_external()

This public method is inherited from I2CE_Module->requirement_external()

upgrade()

This public method is inherited from I2CE_Module->upgrade()

_hasMethod()

This public method is inherited from I2CE_Fuzzy->_hasMethod()

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