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

isEndScriptRegistered() public method

public isEndScriptRegistered ( $key ) : boolean
return boolean whether there is an ending javascript block registered with the specified key
    public function isEndScriptRegistered($key)
    {
        return isset($this->_endScripts[$key]);
    }