Prado\Web\UI\WebControls\TFlushOutput::getContinueBuffering PHP 메소드

getContinueBuffering() 공개 메소드

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