Prado\Web\UI\WebControls\TStyleSheet::getMediaType PHP Méthode

getMediaType() public méthode

public getMediaType ( ) : string
Résultat 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', '');
    }