TIP_Fields_View
Introduction
A fields view
- Source file
- /Type/view/fields_view.php
- Extends
- TIP_View
A special view to traverse the field structure.
Methods
checkOptions (&$options)
- &$options
- lines
- 32 - 41
- static
- yes
- access
- protected
__construct ($options)
Constructor
- $options
- array
Properties values
- lines
- 59 - 62
- access
- protected
Initializes a TIP_Array_View instance.
$options could be an array with the following items: * $options['data']: the reference to a TIP_Data object (requested)
- $options['summary']: additional summary fields
- $options['on_row']: row callback
- $options['on_view']: view callback
fillRows ()
- lines
- 67 - 71
- access
- protected