Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 15487 программистов и 1725 роботов. Сейчас ищут 1163 программиста ...
Structures_DataGrid_Column::setField
Вернуться к: Class Structures_DataGrid_Column
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 )
Defines the name of the field for the column to be mapped to
Parameter
- string $str
-
The name of the field for the column to be mapped to
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid_Column