Structures_DataGrid::setRendererOption

Structures_DataGrid::setRendererOption() – レンダラのオプションを設定する

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::setRendererOption ( string $name , mixed $value , bool $common = = false )

Description

This package is not documented yet.

Parameter

string $name

オプションの名前。

mixed $value

オプションの値。

boolean $common

このオプションをすてべのレンダラに適用する (TRUE) か、現在のレンダラにのみ適用する (FALSE) か。

Throws

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

Note

This function can not be called statically.