class Stylesheet (View source)

Properties

protected $file
protected $sourceUriRoot
protected $outputDirectory
protected $relativeOutputDirectory
protected $stylesheet
protected NormalizedVariableCollection $variableCollection

Methods

__construct($stylesheet, $file, $sourceUriRoot, $outputDirectory, $relativeOutputDirectory)

No description

setVariableCollection(NormalizedVariableCollection $variableCollection)

No description

string
getCss()

Compiles the stylesheet using LESS. If a ValueList is provided they are injected into the stylesheet.

output()

No description

clearOutputFile()

No description

outputFileExists()

No description

getOutputPath()

No description

getOutputRelativePath()

No description

Details

__construct($stylesheet, $file, $sourceUriRoot, $outputDirectory, $relativeOutputDirectory)

No description

Parameters

$stylesheet
$file
$sourceUriRoot
$outputDirectory
$relativeOutputDirectory

setVariableCollection(NormalizedVariableCollection $variableCollection)

No description

Parameters

NormalizedVariableCollection $variableCollection

string getCss()

Compiles the stylesheet using LESS. If a ValueList is provided they are injected into the stylesheet.

Return Value

string

CSS

output()

No description

clearOutputFile()

No description

outputFileExists()

No description

getOutputPath()

No description

getOutputRelativePath()

No description