public function ServiceReferenceGraphNode::getOutEdges in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphNode::getOutEdges()
Returns the out edges.
Return value
array The out ServiceReferenceGraphEdge array
File
- vendor/
symfony/ dependency-injection/ Compiler/ ServiceReferenceGraphNode.php, line 108
Class
- ServiceReferenceGraphNode
- Represents a node in your service graph.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getOutEdges() {
return $this->outEdges;
}