Prado\Web\UI\WebControls\TStyleSheet::getMediaType PHP Метод

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

public getMediaType ( ) : string
Результат 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', '');
    }