IGraph
in
Tags
Table of Contents
Methods
- add() : mixed
- Adds a node to this tree
- find() : IGraphNode|null
- save() : mixed
Methods
add()
Adds a node to this tree
public
add(IGraphNode $node) : mixed
Parameters
- $node : IGraphNode
find()
public
find(string $node_name) : IGraphNode|null
Parameters
- $node_name : string
Return values
IGraphNode|null —An instance of IGraphNode if the node was found in the graph, null otherwise
save()
public
save() : mixed