Prado\Web\UI\WebControls\TStyleSheet::getMediaType PHP Method

getMediaType() public method

public getMediaType ( ) : string
return string media type of the CSS (such as 'print', 'screen', etc.). Defaults to empty, meaning the CSS applies to all media types.
    public function getMediaType()
    {
        return $this->getViewState('MediaType', '');
    }