You are here

namespace Symfony\Component\DependencyInjection\LazyProxy\PhpDumper in Zircon Profile 8.0

Same name in other branches
  1. 8 Symfony\Component\DependencyInjection\LazyProxy\PhpDumper
Classsort descending Location Description
DumperInterface vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.
NullDumper vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php Null dumper, negates any proxy code generation for any given service definition.