Structures_DataGrid::getColumnByField()

Structures_DataGrid::getColumnByField()  -- Find a column by field name

Synopsis

require_once 'Structures/DataGrid.php';

object Either& Structures_DataGrid::getColumnByField (string $fieldName)

Description

Ce module n'est actuellement pas documenté.

Paramètres

chaîne de caractères $fieldName

The field name of the column to look for

Valeur retournée

returns the column object (reference to) or false if there is no such column

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.