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
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )