Documentation

EntityRelationshipGraph extends EntityRelationshipGraph
in package

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Properties

$schema  : ISchema
$hashCode  : int
$hashCounter  : int
$map  : array<string|int, mixed>
A map of the nodes within this graph for index access of them

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
add()  : mixed
Adds a node to this tree
count()  : int
{@inheritdoc}
extends()  : bool
find()  : IGraphNode|null
getMap()  : array<string|int, mixed>
getReflection()  : ReflectionClass
getSchema()  : ISchema
save()  : mixed
{@inheritdoc}
init()  : mixed
{@inheritdoc}
setSchema()  : mixed

Properties

$map

A map of the nodes within this graph for index access of them

private array<string|int, mixed> $map = []

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

count()

{@inheritdoc}

public count() : int
Tags
see
Countable::count()
Return values
int

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

find()

public & find(string $node_name) : IGraphNode|null
Parameters
$node_name : string
Tags
see
IGraph::find()
Return values
IGraphNode|null

An instance of IGraphNode if the node was found in the graph, null otherwise

getMap()

public getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

        
On this page

Search results