PHP Interface Prado\Web\UI\ITemplate

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

Méthodes publiques

Méthode Description
instantiateIn ( $parent ) Instantiates the template.

Method Details

instantiateIn() public méthode

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