Structures_DataGrid::render()

Structures_DataGrid::render()  -- Render the datagrid

Synopsis

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::render (mixed [$renderer = NULL], array [$options = array()])

Beschreibung

You can call this method several times with different renderers.

Parameter

mixed $renderer

Renderer type or instance (optional)

array $options

An associative array of the form: array(optionName => optionValue, ...)

Rückgabewert

returns True or PEAR_Error

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.