October\Rain\Assetic\Filter\ScssCompiler

Overview

Less.php Compiler Filter Class used to compiled stylesheet less files, not using leafo!

Extends
Implements
  • October\Rain\Assetic\Filter\DependencyExtractorInterface
  • October\Rain\Assetic\Filter\FilterInterface
  • October\Rain\Assetic\Filter\HashableInterface

Protected Properties

protected $currentFiles

protected $variables

protected $lastHash


Public Methods

public __construct()

public __construct(): void

public addVariable()

public addVariable($variable): void

public filterLoad()

public filterLoad($asset): void

public hash()

public hash(): string 

Generates a hash for the object

public hashAsset()

public hashAsset($asset, $localPath): void

public setHash()

public setHash($hash): void

public setPresets()

public setPresets($presets): void

public setVariables()

public setVariables($variables): void

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods