Properties

$name

$name : string

Type

string

$value

$value : mixed

Type

mixed

$escaped

$escaped : boolean

Type

boolean

$checked

$checked : boolean

Type

boolean

$variadic

$variadic : boolean

Type

boolean

$sourceLocation

$sourceLocation : 

Type

$indentation

$indentation : 

Type

$handled

$handled : 

Type

$level

$level : integer

Type

integer

Methods

getName()

getName() : string

Returns

string

setName()

setName(string  $name) : $this

Parameters

string $name

Returns

$this

getValue()

getValue() : mixed

Returns

mixed

hasStaticValue()

hasStaticValue() : boolean

Returns

boolean

setValue()

setValue(mixed  $value) : $this

Parameters

mixed $value

Returns

$this

isEscaped()

isEscaped() : boolean

Returns

boolean

setIsEscaped()

setIsEscaped(boolean  $escaped) : $this

Parameters

boolean $escaped

Returns

$this

escape()

escape() : $this

Returns

$this

unescape()

unescape() : $this

Returns

$this

isChecked()

isChecked() : boolean

Returns

boolean

setIsChecked()

setIsChecked(boolean  $checked) : $this

Parameters

boolean $checked

Returns

$this

check()

check() : $this

Returns

$this

uncheck()

uncheck() : $this

Returns

$this

isVariadic()

isVariadic() : boolean

Returns

boolean

setIsVariadic()

setIsVariadic(  $variadic) : $this

Parameters

$variadic

Returns

$this

__construct()

__construct(\Phug\Util\SourceLocationInterface  $sourceLocation = null,   $level = null,   $indentation = null) 

Parameters

\Phug\Util\SourceLocationInterface $sourceLocation
$level
$indentation

getIndentation()

getIndentation() 

isHandled()

isHandled() 

markAsHandled()

markAsHandled() 

__toString()

__toString() 

getLevel()

getLevel() : integer

Returns

integer