abstract class Node

internal  
 

Properties

$startPos
$endPos
$startLine
$endLine

Methods

mixed
toValue()

No description

string
toString()

No description

array
getSubNodes()

No description

Details

at line 22
abstract mixed toValue()

No description

Return Value

mixed

at line 25
abstract string toString()

No description

Return Value

string

at line 29
array getSubNodes()

No description

Return Value

array