You are here

public function DumperInterface::getProxyCode in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\PhpDumper

Code

public function getProxyCode(Definition $definition);