Compiler\ServiceReferenceGraphEdge (Component\DependencyInjection)

Symfony\Component\DependencyInjection\Compiler\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.

ServiceReferenceGraphNode getValue()

Returns the value of the edge.

ServiceReferenceGraphNode getSourceNode()

Returns the source node.

ServiceReferenceGraphNode getDestNode()

Returns the destination node.

Details

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

Constructor.

Parameters

ServiceReferenceGraphNode $sourceNode
ServiceReferenceGraphNode $destNode
string $value

public ServiceReferenceGraphNode getValue()

Returns the value of the edge.

public ServiceReferenceGraphNode getSourceNode()

Returns the source node.

public ServiceReferenceGraphNode getDestNode()

Returns the destination node.

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部