PHP Class TbJsonDataColumn

Inheritance: extends TbJsonGridColumn
Afficher le fichier Open project: yinhe/yincart

Méthodes publiques

Méthode Description
renderDataCell ( integer $row ) : array | void Renders a data cell.
renderDataCellContent ( integer $row, mixed $data ) : string | void Renders the data cell content.

Method Details

renderDataCell() public méthode

Renders a data cell.
public renderDataCell ( integer $row ) : array | void
$row integer the row number (zero-based)
Résultat array | void

renderDataCellContent() public méthode

This method evaluates {@link value} or {@link name} and renders the result.
public renderDataCellContent ( integer $row, mixed $data ) : string | void
$row integer the row number (zero-based)
$data mixed the data associated with the row
Résultat string | void