You are here

private property ServiceReferenceGraph::$nodes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph::nodes

Type: ServiceReferenceGraphNode[]

File

vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php, line 29

Class

ServiceReferenceGraph
This is a directed graph of your services.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

private $nodes = array();