Prado\Web\UI\TClientScriptManager::hasEndScripts PHP 메소드

hasEndScripts() 공개 메소드

public hasEndScripts ( ) : boolean
리턴 boolean true if any end scripts are registered.
    public function hasEndScripts()
    {
        return count($this->_endScripts) > 0;
    }