PHP Class MiniAsset\Filter\LessPHP

Requires lessphp to be installed via composer.
See also: http://leafo.net/lessphp
Inheritance: extends MiniAsset\Filter\AssetFilter, use trait CssDependencyTrait
Datei anzeigen Open project: markstory/mini-asset

Protected Properties

Property Type Description
$_settings

Public Methods

Method Description
input ( string $filename, string $input ) : string Runs lessc against any files that match the configured extension.

Method Details

input() public method

Runs lessc against any files that match the configured extension.
public input ( string $filename, string $input ) : string
$filename string The name of the input file.
$input string The content of the file.
return string

Property Details

$_settings protected_oe property

protected $_settings