Class: I2CE Module CustomReports (Development): Difference between revisions
(Created page with '{{otherversions|Class: I2CE_Module_CustomReports}} This article describes the class ''I2CE_Module_CustomReports'' . *Extends the class: [[Class: I2CE_Module (Development) | I2CE_…') |
No edit summary |
||
Line 2: | Line 2: | ||
This article describes the class ''I2CE_Module_CustomReports'' . | This article describes the class ''I2CE_Module_CustomReports'' . | ||
*Extends the class: [[Class: I2CE_Module (Development) | I2CE_Module]]. | *Extends the class: [[Class: I2CE_Module (Development) | I2CE_Module]]. | ||
*Location: Part of the module [[I2CE Module List (Development)#CustomReports|CustomReports]] in the package [https://launchpad.net/i2ce I2CE] 4. | *Location: Part of the module [[I2CE Module List (Development)#CustomReports|CustomReports]] in the package [https://launchpad.net/i2ce I2CE] 4.1-dev | ||
*Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L29 modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 29 | ||
*Author: Carl Leitner <litlfred@ibiblio.org> | *Author: Carl Leitner <litlfred@ibiblio.org> | ||
I2CE_Module_CustomReports | I2CE_Module_CustomReports | ||
==Methods== | ==Methods== | ||
===getHooks()=== | ===getHooks()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L32 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 32 | ||
*Signature: static public function getHooks() | *Signature: static public function getHooks() | ||
===getMethods()=== | ===getMethods()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L147 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 147 | ||
*Signature: static public function getMethods() | *Signature: static public function getMethods() | ||
===globalUpdate_hook()=== | |||
Hooked method to marks a form as dirty (needs to be cached). | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L62 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 62 | |||
*Signature: public function globalUpdate_hook($args) | |||
*Parameters: | |||
** [http://www.php.net/manual/en/language.pseudo-types.php mixed ] $args <br/>an array of two elements whose first element is a form object, the second is the user | |||
===isNumeric()=== | ===isNumeric()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L155 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 155 | ||
*Signature: public function isNumeric($formObj,$field) | *Signature: public function isNumeric($formObj,$field) | ||
*Parameters: | *Parameters: | ||
Line 20: | Line 26: | ||
**$field | **$field | ||
===isNumericField()=== | ===isNumericField()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L167 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 167 | ||
*Signature: public function isNumericField($fieldObj) | *Signature: public function isNumericField($fieldObj) | ||
*Parameters: | *Parameters: | ||
**$fieldObj | **$fieldObj | ||
===listViews()=== | |||
Return a list of the report views as an array. For use with an ENUM field type. | |||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L46 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 46 | |||
*Signature: public function listViews() | |||
*Returns: [http://www.php.net/manual/en/language.types.array.php array ] | |||
===refreshGenerates()=== | ===refreshGenerates()=== | ||
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4. | *Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1-dev/annotate/head:/modules/CustomReports/lib/I2CE_Module_CustomReports.php#L97 i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php] on line 97 | ||
*Signature: public function refreshGenerates() | *Signature: public function refreshGenerates() | ||
==Inherited Methods== | ==Inherited Methods== | ||
Line 42: | Line 53: | ||
===action_initialize()=== | ===action_initialize()=== | ||
This public method is inherited from [[Class: I2CE_Module (Development)#action_initialize() | I2CE_Module->action_initialize()]] | This public method is inherited from [[Class: I2CE_Module (Development)#action_initialize() | I2CE_Module->action_initialize()]] | ||
===getCLIMethods()=== | ===getCLIMethods()=== |
Latest revision as of 09:15, 6 May 2015
This article describes the class I2CE_Module_CustomReports .
- Extends the class: I2CE_Module.
- Location: Part of the module CustomReports in the package I2CE 4.1-dev
- Source: Defined in the file modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 29
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_Module_CustomReports
Methods
getHooks()
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 32
- Signature: static public function getHooks()
getMethods()
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 147
- Signature: static public function getMethods()
globalUpdate_hook()
Hooked method to marks a form as dirty (needs to be cached).
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 62
- Signature: public function globalUpdate_hook($args)
- Parameters:
- mixed $args
an array of two elements whose first element is a form object, the second is the user
- mixed $args
isNumeric()
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 155
- Signature: public function isNumeric($formObj,$field)
- Parameters:
- $formObj
- $field
isNumericField()
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 167
- Signature: public function isNumericField($fieldObj)
- Parameters:
- $fieldObj
listViews()
Return a list of the report views as an array. For use with an ENUM field type.
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 46
- Signature: public function listViews()
- Returns: array
refreshGenerates()
- Defined in i2ce/modules/CustomReports/lib/I2CE_Module_CustomReports.php on line 97
- Signature: public function refreshGenerates()
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_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
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()
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()