Structures_DataGrid::setDataSourceOption

Structures_DataGrid::setDataSourceOption() – データソースのオプションを設定する

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::setDataSourceOption ( string $name , mixed $value )

Description

This package is not documented yet.

Parameter

string $name

オプションの名前。

mixed $value

オプションの値。

Throws

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

Note

This function can not be called statically.