Structures_DataGrid::fill()

Structures_DataGrid::fill()  -- Fill a rendering container with data

Referentiesamenvatting

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::fill (object &$container, array [$options = array()], string [$type = NULL])

Beschrijving

Dit pakket in nog niet gedocumenteerd.

Parameter

object &$container

A rendering container of any of the supported types (example: an HTML_Table object, a Spreadsheet_Excel_Writer object, etc...)

array $options

Options for the corresponding rendering driver

string $type

Explicit type in case the container type can't be detected

Return waarde

returns Either true or a PEAR_Error object

Throws

throws no exceptions thrown

Examples

Note

Deze functie kan niet statisch worden aangeroepen.