[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ServiceReferenceGraph:: (6 methods):
  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.

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

getNodes()   X-Ref
Returns all nodes.

return: ServiceReferenceGraphNode[]

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: mixed  $sourceValue
param: string $destId
param: mixed  $destValue
param: string $reference

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

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



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1