PHP Interface Prado\Web\UI\IRenderable

This interface must be implemented by classes that can be rendered to end-users.
Since: 3.0
Author: Qiang Xue ([email protected])
显示文件 Open project: pradosoft/prado

Public Methods

Method Description
render ( $writer ) Renders the component to end-users.

Method Details

render() public method

Renders the component to end-users.
public render ( $writer )