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

hasBeginScripts() public méthode

public hasBeginScripts ( ) : boolean
Résultat boolean true if any begin scripts are registered.
    public function hasBeginScripts()
    {
        return count($this->_beginScripts) > 0;
    }