Structures_DataGrid::getDataSource

Structures_DataGrid::getDataSource() – 現在読み込まれているデータソースドライバを取得する

Synopsis

require_once 'Structures/DataGrid.php';

object DataSource& Structures_DataGrid::getDataSource ( )

Description

データソースオブジェクトへの参照を取得します。

Return value

オブジェクトへの参照、あるいはドライバが読み込まれていない場合に null を返します。

Throws

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

Note

This function can not be called statically.