Class: I2CE CustomReport Display Export (4.0.4)
This article describes the class I2CE_CustomReport_Display_Export .
- Extends the class: I2CE_CustomReport_Display.
- Location: Part of the module CustomReports_Export in the package I2CE 4.0.4-release
- Source: Defined in the file modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 29
- Author: Carl Leitner <litlfred@ibiblio.org>
I2CE_CustomReport_Display_Export
Variables
$col_search
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 31
- Type: static protected $col_search
$col_replace
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 36
- Type: static protected $col_replace
$col_seperate
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 41
- Type: static protected $col_seperate
$col_begin
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 46
- Type: static protected $col_begin
$col_end
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 51
- Type: static protected $col_end
$row_begin
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 56
- Type: static protected $row_begin
$row_end
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 61
- Type: static protected $row_end
$cols
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 163
- Type: protected $cols
$style
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 165
- Type: protected $style
Methods
canView()
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 102
- Signature: protected function canView()
display()
Display the report
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 174
- Signature: public function display($contentNode,$processResults,$controls)
- Parameters:
- DOMNode $contentNode
The DOM node we wish to display into - boolean $processResults
Defaults to true meaning we run through the results- Default Value: true
- mixed $controls
If null (default), we display all the report controsl. If string or an array of string, we only display the indicated controls- Default Value: null
- DOMNode $contentNode
- Returns: boolean.
true on sucess
getXMLMetaData()
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 121
- Signature: protected function getXMLMetaData($headers)
- Parameters:
- $headers
processResultRow()
Process a result row.
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 74
- Signature: protected function processResultRow($row,$row_num,$contentNode)
- Parameters:
processResultRowArray()
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 86
- Signature: protected function processResultRowArray($row)
- Parameters:
- $row
processResultRowXML()
- Defined in i2ce/modules/CustomReports/modules/Export/lib/I2CE_CustomReport_Display_Export.php on line 106
- Signature: protected function processResultRowXML($row,$row_num)
- Parameters:
- $row
- $row_num
Inherited Methods
__construct()
This public method is inherited from I2CE_CustomReport_Display->__construct()
saveDefaultView()
This public method is inherited from I2CE_CustomReport_Display->saveDefaultView()
saveDisplayOptions()
This public method is inherited from I2CE_CustomReport_Display->saveDisplayOptions()
displayMetaInfo()
This protected method is inherited from I2CE_CustomReport_Display->displayMetaInfo()
displayReportControl()
This protected method is inherited from I2CE_CustomReport_Display->displayReportControl()
displayReportControls()
This protected method is inherited from I2CE_CustomReport_Display->displayReportControls()
displayReportLimit()
This protected method is inherited from I2CE_CustomReport_Display->displayReportLimit()
displayReportLimits()
This protected method is inherited from I2CE_CustomReport_Display->displayReportLimits()
findNumericFields()
This protected method is inherited from I2CE_CustomReport_Display->findNumericFields()
getBasePage()
This protected method is inherited from I2CE_CustomReport_Display->getBasePage()
getDefaultOptions()
This protected method is inherited from I2CE_CustomReport_Display->getDefaultOptions()
getDisplayFieldsData()
This protected method is inherited from I2CE_CustomReport_Display->getDisplayFieldsData()
getFormFieldObjects()
This protected method is inherited from I2CE_CustomReport_Display->getFormFieldObjects()
getMappedValue()
This protected method is inherited from I2CE_CustomReport_Display->getMappedValue()
getReportViewDisplayedFields()
This protected method is inherited from I2CE_CustomReport_Display->getReportViewDisplayedFields()
getReportViewsFactory()
This protected method is inherited from I2CE_CustomReport_Display->getReportViewsFactory()
getResults()
This protected method is inherited from I2CE_CustomReport_Display->getResults()
getSwissReport()
This protected method is inherited from I2CE_CustomReport_Display->getSwissReport()
getSwissReportFunction()
This protected method is inherited from I2CE_CustomReport_Display->getSwissReportFunction()
getSwissReportView()
This protected method is inherited from I2CE_CustomReport_Display->getSwissReportView()
isMapped()
This protected method is inherited from I2CE_CustomReport_Display->isMapped()
mapReportFormField()
This protected method is inherited from I2CE_CustomReport_Display->mapReportFormField()
mapResults()
This protected method is inherited from I2CE_CustomReport_Display->mapResults()
processResults()
This protected method is inherited from I2CE_CustomReport_Display->processResults()
processWhere()
This protected method is inherited from I2CE_CustomReport_Display->processWhere()
processWhereByField()
This protected method is inherited from I2CE_CustomReport_Display->processWhereByField()
processWhereByFunction()
This protected method is inherited from I2CE_CustomReport_Display->processWhereByFunction()
setupMappedValues()
This protected method is inherited from I2CE_CustomReport_Display->setupMappedValues()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Variables
$formObjs
Theis protected variable is inherited from I2CE_CustomReport_Display->$formObjs
$mappedFields
Theis protected variable is inherited from I2CE_CustomReport_Display->$mappedFields
$formMaps
Theis protected variable is inherited from I2CE_CustomReport_Display->$formMaps
$fieldMaps
Theis protected variable is inherited from I2CE_CustomReport_Display->$fieldMaps
$mappedValues
Theis protected variable is inherited from I2CE_CustomReport_Display->$mappedValues
$display
Theis protected variable is inherited from I2CE_CustomReport_Display->$display
$reportObj
Theis protected variable is inherited from I2CE_CustomReport_Display->$reportObj
$defaultOptions
Theis protected variable is inherited from I2CE_CustomReport_Display->$defaultOptions
$view
Theis protected variable is inherited from I2CE_CustomReport_Display->$view
$page
Theis protected variable is inherited from I2CE_CustomReport_Display->$page
$template
Theis protected variable is inherited from I2CE_CustomReport_Display->$template
$displayConfig
Theis protected variable is inherited from I2CE_CustomReport_Display->$displayConfig
$config
Theis protected variable is inherited from I2CE_CustomReport_Display->$config
$reportConfig
Theis protected variable is inherited from I2CE_CustomReport_Display->$reportConfig
$relationshipConfig
Theis protected variable is inherited from I2CE_CustomReport_Display->$relationshipConfig
$numeric
Theis protected variable is inherited from I2CE_CustomReport_Display->$numeric
$row_start
Theis protected variable is inherited from I2CE_CustomReport_Display->$row_start
$row_amount
Theis protected variable is inherited from I2CE_CustomReport_Display->$row_amount
$reportViewsFactory
Theis protected variable is inherited from I2CE_CustomReport_Display->$reportViewsFactory
Inherited Fuzzy Methods
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()