Prado\Web\UI\TClientScriptManager::hasEndScripts PHP Method

hasEndScripts() public method

public hasEndScripts ( ) : boolean
return boolean true if any end scripts are registered.
    public function hasEndScripts()
    {
        return count($this->_endScripts) > 0;
    }