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

getStyleSheetCodes() public méthode

Returns all the stylesheet code snippets referenced on the page
public getStyleSheetCodes ( ) : array
Résultat array List of all stylesheet snippets used in the page
    public function getStyleSheetCodes()
    {
        return array_unique(array_values($this->_styleSheets));
    }