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)

Beschreibung

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

Parameter

string $str

The value to use for the autoFill

Fehler-Meldungen

throws no exceptions thrown

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.