Prado\Web\UI\TClientScriptManager::isStyleSheetRegistered PHP Method

isStyleSheetRegistered() public method

public isStyleSheetRegistered ( $key ) : boolean
return boolean whether there is a CSS block registered with the specified key
    public function isStyleSheetRegistered($key)
    {
        return isset($this->_styleSheets[$key]);
    }