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.
파일 보기
프로젝트 열기: 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 ) |
|
|
메소드 상세
Constructor. Generates unique boundary ID using microtime.
Returns the text content wrapped within a HTML comment with boundary
identifier as its comment content.