Documentation

Template_Preprocessor_Scss extends Template_Preprocessor
in package

SCSS Preprocessor

Tags
subpackage

Template

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$_preprocessor  : string
Preprocessor

Methods

__construct()  : mixed
Constructor
compile()  : string
Compile
factory()  : mixed
Create and return an object of preprocessor
getPreprocessor()  : string
Get preprocessor
_getDriverName()  : srting
Get full driver name

Properties

$_preprocessor

Preprocessor

protected string $_preprocessor = \NULL

Methods

__construct()

Constructor

public __construct() : mixed

compile()

Compile

public compile(string $content) : string
Parameters
$content : string
Return values
string

factory()

Create and return an object of preprocessor

public static factory(mixed $driverName) : mixed
Parameters
$driverName : mixed

getPreprocessor()

Get preprocessor

public getPreprocessor() : string
Return values
string

_getDriverName()

Get full driver name

protected static _getDriverName(string $driver) : srting
Parameters
$driver : string

driver name

Return values
srting

        
On this page

Search results