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