ServiceReferenceGraphEdge

ServiceReferenceGraphEdge

class ServiceReferenceGraphEdge

Represents an edge in your service graph.

Value is typically a reference.

Methods

__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)
string getValue()

Returns the value of the edge.

ServiceReferenceGraphNode 登录查看完整内容