ServiceReferenceGraphNode

ServiceReferenceGraphNode

class ServiceReferenceGraphNode

Represents a node in your service graph.

Value is typically a definition, or an alias.

Methods

__construct(string $id, mixed $value)
addInEdge(ServiceReferenceGraphEdge $edge)

Adds an in edge to this node.

addOutEdge(ServiceReferenceGraphEdge $edge)

Adds an out edge to this node.

bool isAli