PHP Интерфейс Prado\Web\UI\ITemplate

ITemplate specifies the interface for classes encapsulating parsed template structures.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
instantiateIn ( $parent ) Instantiates the template.

Описание методов

instantiateIn() публичный Метод

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