PHP Class TbJsonButtonColumn

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

Méthodes publiques

Méthode Description
renderDataCell ( integer $row ) : array | void Renders|returns the data cell
renderHeaderCell ( ) Renders|returns the header cell.

Méthodes protégées

Méthode Description
initDefaultButtons ( ) Initializes the default buttons (view, update and delete).

Method Details

initDefaultButtons() protected méthode

Initializes the default buttons (view, update and delete).
protected initDefaultButtons ( )

renderDataCell() public méthode

Renders|returns the data cell
public renderDataCell ( integer $row ) : array | void
$row integer
Résultat array | void

renderHeaderCell() public méthode

Renders|returns the header cell.
public renderHeaderCell ( )