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

setContinueBuffering() public method

public setContinueBuffering ( $value )
    public function setContinueBuffering($value)
    {
        $this->_continueBuffering = TPropertyValue::ensureBoolean($value);
    }