[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/ -> DumperInterface.php (summary)

(no description)

File Size: 50 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DumperInterface:: (3 methods):
  isProxyCandidate()
  getProxyFactoryCode()
  getProxyCode()


Interface: DumperInterface  - X-Ref

Lazy proxy dumper capable of generating the instantiation logic PHP code for proxied services.

isProxyCandidate(Definition $definition)   X-Ref
Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.

param: Definition $definition
return: bool

getProxyFactoryCode(Definition $definition, $id)   X-Ref
Generates the code to be used to instantiate a proxy in the dumped factory code.

param: Definition $definition
param: string     $id         service identifier
return: string

getProxyCode(Definition $definition)   X-Ref
Generates the code for the lazy proxy.

param: Definition $definition
return: string



Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1