Structures_DataGrid::render()

Structures_DataGrid::render()  -- データグリッドをレンダリングする

概要

require_once 'Structures/DataGrid.php';

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

説明

このメソッドを複数回コールし、異なる設定でレンダリングすることができます。

パラメータ

mixed $renderer

レンダラの型あるいはインスタンス (オプション)。

array $options

array(optionName => optionValue, ...) 形式の連想配列。

返り値

True あるいは PEAR_Error を返します。

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。