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

isStyleSheetFileRegistered() public method

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