Prado\Web\UI\TPage::setStyleSheetTheme PHP 메소드

setStyleSheetTheme() 공개 메소드

Sets the stylesheet theme to be used for the page.
public setStyleSheetTheme ( $value )
    public function setStyleSheetTheme($value)
    {
        $this->_styleSheet = empty($value) ? null : $value;
    }