Prado\Web\UI\ActiveControls\TCallbackResponseAdapter::flushContent PHP Метод

flushContent() публичный Метод

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