Prado\Web\UI\WebControls\TClientScript::getFlushScriptFiles PHP 메소드

getFlushScriptFiles() 공개 메소드

public getFlushScriptFiles ( ) : boolean
리턴 boolean whether to flush script files using TClientScriptManager::flushScriptFiles() before rendering the script block
    public function getFlushScriptFiles()
    {
        return TPropertyValue::ensureBoolean($this->getViewState('FlushScriptFiles', true));
    }