Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16567 программистов и 1692 робота. Сейчас ищут 1609 программистов ...
Structures_DataGrid_Column::formatter
Вернуться к: Class Structures_DataGrid_Column
Structures_DataGrid_Column::formatter
Structures_DataGrid_Column::formatter() – Formatter
Synopsis
require_once 'Structures/DataGrid/Column.php';
void Structures_DataGrid_Column::formatter ( $record , $row , $col )
This method is not meant to be called by user-space code.
Calls a predefined function to develop custom output for the column. The defined function can accept parameters so that each cell in the column can be unique based on the record. The function will also automatically receive the record array as a parameter. All parameters passed into the function will be in one array.
Parameter
- $record
- $row
- $col
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid_Column