Structures_DataGrid::getOutput()

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

概要

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::getOutput (int [$type = NULL], array [$options = array()])

説明

このパッケージに関する文書は、未作成です。

パラメータ

integer $type

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

array $options

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

返り値

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

例外・エラー

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

注意

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