Structures_DataGrid::setRenderer()

Structures_DataGrid::setRenderer()  -- レンダラを設定する

概要

require_once 'Structures/DataGrid.php';

mixed& Structures_DataGrid::setRenderer (string $type, array [$options = array()])

説明

データグリッドがどのレンダラを使用するかを、 $type および $options に基づいて決定します。 既存のレンダラインスタンスをアタッチするには、かわりに attachRenderer() を使用します。

パラメータ

string $type

定義済みのレンダラ文字列。

array $options

レンダリングのオプション。

返り値

レンダラのインスタンスあるいは PEAR_Error を返します。

例外・エラー

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

参照

Structures_DataGrid::attachRenderer() も参照ください。

注意

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