PHP Interface Prado\IDataRenderer

If a control wants to be used a renderer for another data-bound control, this interface must be implemented.
Since: 3.1
Author: Qiang Xue ([email protected])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getData ( ) : mixed
setData ( $value )

Method Details

getData() public méthode

public getData ( ) : mixed
Résultat mixed the data bound to this object

setData() public méthode

public setData ( $value )