PHP Class Jade\Compiler\Options

Inheritance: extends ExpressionCompiler
Afficher le fichier Open project: kylekatarnls/jade-php

Protected Properties

Свойство Type Description
$allowMixinOverride boolean
$customKeywords array
$filterAutoLoad boolean
$keepNullAttributes boolean
$options array
$phpSingleLine boolean
$prettyprint boolean
$restrictedScope boolean
$terse boolean

Méthodes publiques

Méthode Description
getOption ( string $option ) : mixed Get an option from the jade engine if set or from the options array else.

Méthodes protégées

Méthode Description
setOptionType ( $option, $type )
setOptions ( array/Jade $options ) : array Get a jade engine reference or an options array and return needed options.

Method Details

getOption() public méthode

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

setOptionType() protected méthode

protected setOptionType ( $option, $type )

setOptions() protected méthode

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

Property Details

$allowMixinOverride protected_oe property

protected bool $allowMixinOverride
Résultat boolean

$customKeywords protected_oe property

protected array $customKeywords
Résultat array

$filterAutoLoad protected_oe property

protected bool $filterAutoLoad
Résultat boolean

$keepNullAttributes protected_oe property

protected bool $keepNullAttributes
Résultat boolean

$options protected_oe property

protected array $options
Résultat array

$phpSingleLine protected_oe property

protected bool $phpSingleLine
Résultat boolean

$prettyprint protected_oe property

protected bool $prettyprint
Résultat boolean

$restrictedScope protected_oe property

protected bool $restrictedScope
Résultat boolean

$terse protected_oe property

protected bool $terse
Résultat boolean