[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ -> ServiceReferenceGraph.php (summary)

(no description)

File Size: 119 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ServiceReferenceGraph:: (7 methods):
  __construct()
  hasNode()
  getNode()
  getNodes()
  clear()
  connect()
  createNode()


Class: ServiceReferenceGraph  - X-Ref

This is a directed graph of your services.

This information can be used by your compiler passes instead of collecting
it themselves which improves performance quite a lot.

__construct()   X-Ref


hasNode($id)   X-Ref
Checks if the graph has a specific node.

param: string $id Id to check
return: bool

getNode($id)   X-Ref
Gets a node by identifier.

param: string $id The id to retrieve
return: ServiceReferenceGraphNode The node matching the supplied identifier

getNodes()   X-Ref
Returns all nodes.

return: ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

clear()   X-Ref
Clears all nodes.


connect($sourceId, $sourceValue, $destId, $destValue = null, $reference = null)   X-Ref
Connects 2 nodes together in the Graph.

param: string $sourceId
param: string $sourceValue
param: string $destId
param: string $destValue
param: string $reference

createNode($id, $value)   X-Ref
Creates a graph node.

param: string $id
param: string $value
return: ServiceReferenceGraphNode



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1