Structures_DataGrid::bindDataSource

Structures_DataGrid::bindDataSource() – データソースドライバのインスタンスをバインドする

Synopsis

require_once 'Structures/DataGrid.php';

mixed Structures_DataGrid::bindDataSource ( mixed &$source )

Description

This package is not documented yet.

Parameter

mixed $source

データソースドライバオブジェクト。

Return value

成功した場合に True、それ以外の場合に PEAR_Error を返します。

Throws

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

Note

This function can not be called statically.