public function DumperInterface::getProxyCode in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface::getProxyCode()
Generates the code for the lazy proxy.
Parameters
Definition $definition:
Return value
string
1 method overrides DumperInterface::getProxyCode()
- NullDumper::getProxyCode in vendor/
symfony/ dependency-injection/ LazyProxy/ PhpDumper/ NullDumper.php - Generates the code for the lazy proxy.
File
- vendor/
symfony/ dependency-injection/ LazyProxy/ PhpDumper/ DumperInterface.php, line 49
Class
- DumperInterface
- Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.
Namespace
Symfony\Component\DependencyInjection\LazyProxy\PhpDumperCode
public function getProxyCode(Definition $definition);