Structures_DataGrid::getColumns

Structures_DataGrid::getColumns() – Return the current columns

Synopsis

require_once 'Structures/DataGrid.php';

array Structures_DataGrid::getColumns ( )

Description

This package is not documented yet.

Return value

returns Structures_DataGrid_Column objects (references to). This is a numerically indexed array (starting from 0).

Throws

throws no exceptions thrown

Note

This function can not be called statically.