Documentation

IGraph

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Methods

add()  : mixed
Adds a node to this tree
find()  : IGraphNode|null
save()  : mixed

Methods

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


        
On this page

Search results