Structures_DataGrid::removeColumn()

Structures_DataGrid::removeColumn() -- Remove a column

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::removeColumn (&$column, object $column)

Description

This package is not documented yet.

Parameter

&$column

object $column

The Structures_DataGrid_Column object (reference to)

Throws

throws no exceptions thrown

Examples

Note

This function can not be called statically.