PHP 클래스 Prado\Web\UI\ActiveControls\TCallbackResponseWriter

TCallbackResponseWriter class enclosed a chunck of content within a html comment boundary. This allows multiple chuncks of content to return in the callback response and update multiple HTML elements. The {@link setBoundary Boundary} property sets boundary identifier in the HTML comment that forms the boundary. By default, the boundary identifier is generated using microtime.
부터: 3.1
상속: extends Prado\IO\TTextWriter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( ) Constructor. Generates unique boundary ID using microtime.
flush ( ) : string Returns the text content wrapped within a HTML comment with boundary identifier as its comment content.
getBoundary ( ) : string
setBoundary ( $value )

메소드 상세

__construct() 공개 메소드

Constructor. Generates unique boundary ID using microtime.
public __construct ( )

flush() 공개 메소드

Returns the text content wrapped within a HTML comment with boundary identifier as its comment content.
public flush ( ) : string
리턴 string text content chunck.

getBoundary() 공개 메소드

public getBoundary ( ) : string
리턴 string boundary identifier.

setBoundary() 공개 메소드

public setBoundary ( $value )