Prado\Web\UI\ActiveControls\TCallbackResponseAdapter::flushContent PHP Method

flushContent() public method

Flushes the contents in the writers.
public flushContent ( )
    public function flushContent()
    {
        foreach ($this->_writers as $writer) {
            echo $writer->flush();
        }
        parent::flushContent();
    }