public function DumperInterface::isProxyCandidate in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface::isProxyCandidate()
Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
Parameters
Definition $definition:
Return value
bool
1 method overrides DumperInterface::isProxyCandidate()
- NullDumper::isProxyCandidate in vendor/
symfony/ dependency-injection/ LazyProxy/ PhpDumper/ NullDumper.php - Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
File
- vendor/
symfony/ dependency-injection/ LazyProxy/ PhpDumper/ DumperInterface.php, line 30
Class
- DumperInterface
- Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.
Namespace
Symfony\Component\DependencyInjection\LazyProxy\PhpDumperCode
public function isProxyCandidate(Definition $definition);