PHP 클래스 MiniAsset\Filter\LessPHP

Requires lessphp to be installed via composer.
또한 보기: http://leafo.net/lessphp
상속: extends MiniAsset\Filter\AssetFilter, use trait CssDependencyTrait
파일 보기 프로젝트 열기: markstory/mini-asset

보호된 프로퍼티들

프로퍼티 타입 설명
$_settings

공개 메소드들

메소드 설명
input ( string $filename, string $input ) : string Runs lessc against any files that match the configured extension.

메소드 상세

input() 공개 메소드

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.
리턴 string

프로퍼티 상세

$_settings 보호되어 있는 프로퍼티

protected $_settings