Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 14962 программиста и 1698 роботов. Сейчас ищут 1565 программистов ...
Structures_DataGrid_Column::setAutoFillValue
Вернуться к: Class Structures_DataGrid_Column
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 )
Defines a value to be printed if a cell in the column is null.
Parameter
- string $str
-
The value to use for the autoFill
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid_Column