Structures_DataGrid_Column::getOrderBy()

Structures_DataGrid_Column::getOrderBy()  -- Get the field name or the expression to order the data by

Referentiesamenvatting

require_once 'Structures/DataGrid/Column.php';

string Structures_DataGrid_Column::getOrderBy ()

Beschrijving

Returns the name of the field to order the data by. With SQL based datasources, this may be an SQL expression (function, etc..).

Throws

throws no exceptions thrown

Note

Deze functie kan niet statisch worden aangeroepen.