ServiceReferenceGraphEdge
class ServiceReferenceGraphEdge
Represents an edge in your service graph.
Value is typically a reference.
Methods
__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)
Constructor.
getValue()
Returns the value of the edge.
getSourceNode()
Returns the source node.
getDestNode()
Returns the destination node.
Details
at line line 34
__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)
Constructor.
at line line 46
ServiceReferenceGraphNode
getValue()
Returns the value of the edge.
at line line 56
ServiceReferenceGraphNode
getSourceNode()
Returns the source node.
at line line 66
ServiceReferenceGraphNode
getDestNode()
Returns the destination node.