Prado\Web\UI\WebControls\TFlushOutput::getContinueBuffering PHP Method

getContinueBuffering() public method

public getContinueBuffering ( ) : Tells
return Tells whether buffering of output can continue after this point
    public function getContinueBuffering()
    {
        return $this->_continueBuffering;
    }