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

isStyleSheetRegistered() 공개 메소드

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