PHP 클래스 Prado\Web\UI\TCompositeLiteral

TCompositeLiteral is used internally by {@link TTemplate} for representing consecutive static strings, expressions and statements.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\TComponent, implements Prado\Web\UI\IRenderable, implements Prado\Web\UI\IBindable
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( $items ) Constructor.
dataBind ( ) Performs databindings.
evaluateDynamicContent ( ) Evaluates the expressions and/or statements in the component.
getContainer ( ) : TComponent
render ( $writer ) Renders the content stored in this component.
setContainer ( TComponent $value )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $items )

dataBind() 공개 메소드

This method is required by {@link IBindable}
public dataBind ( )

evaluateDynamicContent() 공개 메소드

Evaluates the expressions and/or statements in the component.

getContainer() 공개 메소드

public getContainer ( ) : TComponent
리턴 TComponent container of this component. It serves as the evaluation context of expressions and statements.

render() 공개 메소드

This method is required by {@link IRenderable}
public render ( $writer )

setContainer() 공개 메소드

public setContainer ( TComponent $value )
$value Prado\TComponent