function Reference::__construct
Same name in this branch
- 11.1.x vendor/symfony/var-exporter/Internal/Reference.php \Symfony\Component\VarExporter\Internal\Reference::__construct()
2 calls to Reference::__construct()
- TypedReference::__construct in vendor/
symfony/ dependency-injection/ TypedReference.php - TypedReference::__construct in vendor/
symfony/ dependency-injection/ TypedReference.php
1 method overrides Reference::__construct()
- TypedReference::__construct in vendor/
symfony/ dependency-injection/ TypedReference.php
File
-
vendor/
symfony/ dependency-injection/ Reference.php, line 21
Class
- Reference
- Reference represents a service reference.
Namespace
Symfony\Component\DependencyInjectionCode
public function __construct(string $id, int $invalidBehavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) {
}