\Phug\Lexer\TokenTextToken

Summary

Methods
Properties
Constants
getValue()
hasStaticValue()
setValue()
isEscaped()
setIsEscaped()
escape()
unescape()
__construct()
getSourceLocation()
getIndentation()
isHandled()
markAsHandled()
__toString()
getLevel()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$value
$escaped
$sourceLocation
$indentation
$handled
$level
N/A

Properties

$value

$value : mixed

Type

mixed

$escaped

$escaped : boolean

Type

boolean

$sourceLocation

$sourceLocation : 

Type

$indentation

$indentation : 

Type

$handled

$handled : 

Type

$level

$level : integer

Type

integer

Methods

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

__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