Structures_DataGrid::render

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

Synopsis

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::render ( mixed $renderer = = null , array $options = array() )

Description

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

Parameter

mixed $renderer

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

array $options

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

Return value

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

Throws

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

Note

This function can not be called statically.