Interface \Prado\Web\UI\ITemplate
ITemplate interface
Namespace: \Prado\Web\UIITemplate specifies the interface for classes encapsulating parsed template structures.
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
public
|
getIncludedFiles() : array<string|int, mixed>
TTemplateManager calls this method for caching the included file modification times.
|
public
|
instantiateIn(TControl $parent) : mixed
Instantiates the template.
Content in the template will be instantiated as components and text strings and passed to the specified parent control. |
|