Structures_DataGrid::getDataSource
Structures_DataGrid::getDataSource() – Get the currently loaded DataSource driver
Synopsis
require_once 'Structures/DataGrid.php';
object DataSource&
Structures_DataGrid::getDataSource
(
)
Описание
Retrieves the DataSource object as a reference
Return value
returns object reference or null if no driver is loaded
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.