Structures_DataGrid::setDataSourceOption()

Structures_DataGrid::setDataSourceOption() -- Set a single datasource option

Synopsis

require_once 'Structures/DataGrid.php';

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

Description

This package is not documented yet.

Parameter

string $name

Option name

mixed $value

Option value

Throws

throws no exceptions thrown

Note

This function can not be called statically.