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

isHeadScriptRegistered() public method

public isHeadScriptRegistered ( $key ) : boolean
return boolean whether there is a head javascript block registered with the specified key
    public function isHeadScriptRegistered($key)
    {
        return isset($this->_headScripts[$key]);
    }