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 |  getSourceNode()  Returns the source node.  |  |
| ServiceReferenceGraphNode |  getDestNode()  Returns the destination node.  |  
Details
__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, string $value = null)
Parameters
| ServiceReferenceGraphNode | $sourceNode | |
| ServiceReferenceGraphNode | $destNode | |
| string | $value | 
string getValue()
Returns the value of the edge.
Return Value
| string | 
ServiceReferenceGraphNode getSourceNode()
Returns the source node.
Return Value
| ServiceReferenceGraphNode | 
ServiceReferenceGraphNode getDestNode()
Returns the destination node.
Return Value
| ServiceReferenceGraphNode | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.html