PHP 클래스 Prado\Web\UI\WebControls\TFlushOutput

TFlushOutput enables forced flushing of the current output buffer at (a) certain point(s) in the page, after rendering of all previous controls has been completed. To use TFlushOutput, simply place it in a template where you want the have the output buffered between the start of the page or the last TFlushOutput to be sent to the client immediately You can specify whether you want to keep buffering of the output (if it was enabled) till the next occourence of a or the end of the page rendering, or stop buffering, by using the {@link setContinueBuffering ContinueBuffering}.
부터: 3.1
저자: Berczi Gabor ([email protected])
상속: extends Prado\Web\UI\TControl
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getContinueBuffering ( ) : Tells
render ( $writer ) Flushes the output of all completely rendered controls to the client.
setContinueBuffering ( $value )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getContinueBuffering() 공개 메소드

public getContinueBuffering ( ) : Tells
리턴 Tells whether buffering of output can continue after this point

render() 공개 메소드

Flushes the output of all completely rendered controls to the client.
public render ( $writer )

setContinueBuffering() 공개 메소드

public setContinueBuffering ( $value )