Table of Contents
Interfaces
- QueryNode
Properties
-
$nodes
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getNodes()
: array<int, PathNode>
-
visit()
: mixed
$nodes
read-only
private
array<string|int, mixed>
$nodes
__construct()
public
__construct(array<int, PathNode> $nodes) : mixed
Parameters
-
$nodes
: array<int, PathNode>
-
getNodes()
public
getNodes() : array<int, PathNode>
visit()
public
visit(Executor $param, mixed $currentObject, mixed $root) : mixed
Parameters
-
$param
: Executor
-
-
$currentObject
: mixed
-
-
$root
: mixed
-
-
inheritDoc
-