CloneableInstantiable
| Methods | 
| public __construct(Symfony | 
| public getDestNode() : Symfony Returns the destination node. | 
| public getSourceNode() : Symfony Returns the source node. | 
| public getValue() : ?mixed Returns the value of the edge. | 
| public isLazy() : bool Returns true if the edge is lazy, meaning it's a dependency not requiring direct instantiation. | 
| public isReferencedByConstructor() : bool Returns true if the edge links with a constructor argument. | 
| public isWeak() : bool Returns true if the edge is weak, meaning it shouldn't prevent removing the target service. | 
| Properties | 
| private bool $byConstructor | 
| private Symfony | 
| private bool $lazy | 
| private Symfony | 
| private ?mixed $value | 
| private bool $weak |