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]);
    }