PHP 인터페이스 Prado\Web\UI\ITemplate

ITemplate specifies the interface for classes encapsulating parsed template structures.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )