FOF30\View\DataView\DataViewInterface::addCssFile PHP Метод

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

Add a CSS file to the page generated by the CMS
public addCssFile ( string $uri, string $version = null, string $type = 'text/css', string $media = null, array $attribs = [] )
$uri string A path definition understood by parsePath, e.g. media://com_example/css/foo.css
$version string (optional) Version string to be added to the URL
$type string MIME type of the stylesheeet
$media string Media target definition of the style sheet, e.g. "screen"
$attribs array Array of attributes
    public function addCssFile($uri, $version = null, $type = 'text/css', $media = null, $attribs = array());