ContextNode
ContextNode
Represents collection of relationships joining two nodes
appendNode(\Everyman\Neo4j\Node $node) : \Everyman\Neo4j\Path
Add another node to the end of this path
\Everyman\Neo4j\Node | $node |
appendRelationship(\Everyman\Neo4j\Relationship $rel) : \Everyman\Neo4j\Path
Add another relationship to the end of this path
\Everyman\Neo4j\Relationship | $rel |
getEndNode() : \Everyman\Neo4j\Node
Get the end node
getStartNode() : \Everyman\Neo4j\Node
Get the start node
setContext(string $context) : \Everyman\Neo4j\Path
Set the context for iteration
string | $context |