Structures_DataGrid::fill()

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

Synopsis

require_once 'Structures/DataGrid.php';

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

Description

Ce module n'est actuellement pas documenté.

Paramètres

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

chaîne de caractères $type

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

Valeur retournée

returns Either true or a PEAR_Error object

Valeurs renvoyées

throws no exceptions thrown

Examples

Note

Cette fonction ne peut pas être appelée de façon statique.