TIP_Array_View
Introduction
An array view
- Source file
- /Type/view/array_view.php
- Extends
- TIP_View
A special view to traverse a defined array or rows.
Methods
checkOptions (&$options)
- &$options
- lines
- 32 - 35
- static
- yes
- access
- protected
__construct ($options)
Constructor
- $options
- array
Properties values
- lines
- 54 - 57
- access
- protected
Initializes a TIP_Array_View instance.
$options could be an array with the following items: * $options['id']: the instance identifier (requested)
- $options['rows']: the requested array (requested)
- $options['summary']: additional summary fields
- $options['on_row']: row callback
- $options['on_view']: view callback
fillRows ()
- lines
- 62 - 65
- access
- protected