Structures_DataGrid::getOutput

Structures_DataGrid::getOutput() – データグリッドの出力を返す

Synopsis

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::getOutput ( int $type = = null , array $options = array() )

Description

This package is not documented yet.

Parameter

integer $type

レンダラの型 (オプション)。

array $options

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

Return value

データグリッドの出力 (通常は文字列です。HTML や CSV など……) あるいは PEAR_Error を返します。

Throws

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

Note

This function can not be called statically.