Prado\Web\UI\TClientScriptManager::isHeadScriptRegistered PHP Méthode

isHeadScriptRegistered() public méthode

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