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

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

Adds an inline stylesheet (inline CSS) to the page header
public addCssInline ( string $css, string $type = 'text/css' )
$css string The stylesheet content to add
$type string The MIME type of the script
    public function addCssInline($css, $type = 'text/css');