PHP 클래스 Jade\Compiler\Options

상속: extends ExpressionCompiler
파일 보기 프로젝트 열기: kylekatarnls/jade-php

보호된 프로퍼티들

프로퍼티 타입 설명
$allowMixinOverride boolean
$customKeywords array
$filterAutoLoad boolean
$keepNullAttributes boolean
$options array
$phpSingleLine boolean
$prettyprint boolean
$restrictedScope boolean
$terse boolean

공개 메소드들

메소드 설명
getOption ( string $option ) : mixed Get an option from the jade engine if set or from the options array else.

보호된 메소드들

메소드 설명
setOptionType ( $option, $type )
setOptions ( array/Jade $options ) : array Get a jade engine reference or an options array and return needed options.

메소드 상세

getOption() 공개 메소드

Get an option from the jade engine if set or from the options array else.
public getOption ( string $option ) : mixed
$option string
리턴 mixed

setOptionType() 보호된 메소드

protected setOptionType ( $option, $type )

setOptions() 보호된 메소드

Get a jade engine reference or an options array and return needed options.
protected setOptions ( array/Jade $options ) : array
$options array/Jade
리턴 array

프로퍼티 상세

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

protected bool $allowMixinOverride
리턴 boolean

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

protected array $customKeywords
리턴 array

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

protected bool $filterAutoLoad
리턴 boolean

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

protected bool $keepNullAttributes
리턴 boolean

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

protected array $options
리턴 array

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

protected bool $phpSingleLine
리턴 boolean

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

protected bool $prettyprint
리턴 boolean

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

protected bool $restrictedScope
리턴 boolean

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

protected bool $terse
리턴 boolean