[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ServiceReferenceGraphEdge:: (4 methods):
  __construct()
  getValue()
  getSourceNode()
  getDestNode()


Class: ServiceReferenceGraphEdge  - X-Ref

Represents an edge in your service graph.

Value is typically a reference.

__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, $value = null)   X-Ref

param: ServiceReferenceGraphNode $sourceNode
param: ServiceReferenceGraphNode $destNode
param: mixed                     $value

getValue()   X-Ref
Returns the value of the edge.

return: string

getSourceNode()   X-Ref
Returns the source node.

return: ServiceReferenceGraphNode

getDestNode()   X-Ref
Returns the destination node.

return: ServiceReferenceGraphNode



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1