Prado\Web\UI\TClientScriptManager::isEndScriptRegistered PHP Метод

isEndScriptRegistered() публичный Метод

public isEndScriptRegistered ( $key ) : boolean
Результат boolean whether there is an ending javascript block registered with the specified key
    public function isEndScriptRegistered($key)
    {
        return isset($this->_endScripts[$key]);
    }