|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''I2CE_Swiss_CustomReports_ReportView_Field''.
| | #REDIRECT [[Class: I2CE_Swiss_CustomReports_ReportView_Field (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Swiss_CustomReports_ReportView_Base | I2CE_Swiss_CustomReports_ReportView_Base]].
| |
| *Parent Classses: [[Class: I2CE_Swiss_CustomReports_ReportView_Base | I2CE_Swiss_CustomReports_ReportView_Base]] [[Class: I2CE_Swiss_CustomReports_Base | I2CE_Swiss_CustomReports_Base]] [[Class: I2CE_Swiss | I2CE_Swiss]] [[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_Swiss_CustomReports_ReportView_Field.php modules/CustomReports/lib/I2CE_Swiss_CustomReports_ReportView_Field.php]
| |
| *Author: Carl Leitner <litlfred@ibiblio.org>
| |
| I2CE_Swiss_CustomReports_ReportView_Field
| |
| ==Variables==
| |
| ===$form===
| |
| *Type: protected $form
| |
| | |
| ===$reportField===
| |
| *Type: protected $reportField
| |
| | |
| ==Methods==
| |
| ===displayValues()===
| |
| *Signature: public function displayValues($contentNode,$transient_options,$action)
| |
| *Parameters:
| |
| **$contentNode
| |
| **$transient_options
| |
| **$action
| |
| ===getAggregation()===
| |
| *Signature: public function getAggregation()
| |
| ===getForm()===
| |
| *Signature: protected function getForm()
| |
| ===getHeader()===
| |
| *Signature: public function getHeader()
| |
| ===getReportField()===
| |
| *Signature: protected function getReportField()
| |
| ===isEnabled()===
| |
| *Signature: public function isEnabled()
| |
| ===isEnabledInReport()===
| |
| *Signature: public function isEnabledInReport()
| |
| ===isNumeric()===
| |
| *Signature: public function isNumeric()
| |
| ===processValues()===
| |
| *Signature: public function processValues($values)
| |
| *Parameters:
| |
| **$values
| |
| ===setAggregation()===
| |
| *Signature: public function setAggregation($agg)
| |
| *Parameters:
| |
| **$agg
| |
| ===setEnabled()===
| |
| *Signature: public function setEnabled($enab)
| |
| *Parameters:
| |
| **$enab
| |
| | |
| | |
| [[Category:Class Documentation]]
| |