PHP Class Prado\Web\UI\WebControls\TDataRenderer

TDataRenderer is the convenient base class for template-based renderer controls. It extends {@link TTemplateControl} and implements the methods required by the {@link \Prado\IDataRenderer} interface. The following property is provided by TDataRenderer: - {@link getData Data}: data associated with this renderer.
Since: 3.1.2
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\Web\UI\TTemplateControl, implements Prado\IDataRenderer
Exibir arquivo Open project: pradosoft/prado

Public Methods

Method Description
getData ( ) : mixed
setData ( $value )

Method Details

getData() public method

public getData ( ) : mixed
return mixed data associated with the item

setData() public method

public setData ( $value )