PHP Interface Prado\Web\UI\ITemplate

ITemplate specifies the interface for classes encapsulating parsed template structures.
Since: 3.0
Author: Qiang Xue ([email protected])
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
instantiateIn ( $parent ) Instantiates the template.

Method Details

instantiateIn() public method

Content in the template will be instantiated as components and text strings and passed to the specified parent control.
public instantiateIn ( $parent )