Prado\Web\UI\TPage::applyControlStyleSheet PHP Метод

applyControlStyleSheet() публичный Метод

This method should only be used by framework developers.
public applyControlStyleSheet ( $control )
    public function applyControlStyleSheet($control)
    {
        if (($theme = $this->getStyleSheetTheme()) !== null) {
            $theme->applySkin($control);
        }
    }