[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

ServiceReferenceGraphEdge:: (7 methods):
  __construct()
  getValue()
  getSourceNode()
  getDestNode()
  isLazy()
  isWeak()
  isReferencedByConstructor()


Class: ServiceReferenceGraphEdge  - X-Ref

Represents an edge in your service graph.

Value is typically a reference.

__construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, $value = null, $lazy = false, $weak = false, $byConstructor = false)   X-Ref

param: mixed $value
param: bool  $lazy
param: bool  $weak
param: bool  $byConstructor

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

isLazy()   X-Ref
Returns true if the edge is lazy, meaning it's a dependency not requiring direct instantiation.

return: bool

isWeak()   X-Ref
Returns true if the edge is weak, meaning it shouldn't prevent removing the target service.

return: bool

isReferencedByConstructor()   X-Ref
Returns true if the edge links with a constructor argument.

return: bool



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