PHP 클래스 Phrozn\Processor\Less

저자: Victor Farazdagi
상속: extends Base, implements Phrozn\Processor
파일 보기 프로젝트 열기: farazdagi/phrozn 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$lessc lessc Reference to LESS compiler

공개 메소드들

메소드 설명
__construct ( array $options = [] ) : Less If configuration options are passes then twig environment is initialized right away
render ( string $tpl, array $vars = [] ) : string Parse the incoming template

보호된 메소드들

메소드 설명
getEnvironment ( boolean $reset = false ) Get LESS compiler (if undefined, set it with path for @import directives)

메소드 상세

__construct() 공개 메소드

If configuration options are passes then twig environment is initialized right away
public __construct ( array $options = [] ) : Less
$options array Processor options
리턴 Less

getEnvironment() 보호된 메소드

Get LESS compiler (if undefined, set it with path for @import directives)
protected getEnvironment ( boolean $reset = false )
$reset boolean

render() 공개 메소드

Parse the incoming template
public render ( string $tpl, array $vars = [] ) : string
$tpl string Source template content
$vars array List of variables passed to template engine
리턴 string Processed template

프로퍼티 상세

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

Reference to LESS compiler
protected lessc $lessc
리턴 lessc