Structures_DataGrid_Column::setField()

Structures_DataGrid_Column::setField()  -- Set name of the field for the column to be mapped to

Synopsis

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setField (string $str)

Description

Defines the name of the field for the column to be mapped to

Paramètres

chaîne de caractères $str

The name of the field for the column to be mapped to

Valeurs renvoyées

throws no exceptions thrown

Note

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