Structures_DataGrid_Column::setAutoFillValue()

Structures_DataGrid_Column::setAutoFillValue()  -- Set auto fill value

Synopsis

require_once 'Structures/DataGrid/Column.php';

void Structures_DataGrid_Column::setAutoFillValue (string $str)

Description

Defines a value to be printed if a cell in the column is null.

Paramètres

chaîne de caractères $str

The value to use for the autoFill

Valeurs renvoyées

throws no exceptions thrown

Note

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