Class \Prado\Web\UI\ActiveControls\TCallbackResponseWriter
TCallbackResponseWriter class.
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 \Prado\Web\UI\ActiveControls\setBoundary property sets boundary identifier in the HTML comment that forms the boundary. By default, the boundary identifier is generated using microtime.
Class hierarchy
- \Prado\Web\UI\ActiveControls\TCallbackResponseWriter
- \Prado\IO\TTextWriter implements ITextWriter
- \Prado\TComponent
Since: 3.1
public
|
|
public
|
flush() : string
Returns the text content wrapped within a HTML comment with boundary
identifier as its comment content.
|
public
|
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |