[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 45 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. return: bool |
getProxyFactoryCode(Definition $definition, $id) X-Ref |
Generates the code to be used to instantiate a proxy in the dumped factory code. param: string $id Service identifier return: string |
getProxyCode(Definition $definition) X-Ref |
Generates the code for the lazy proxy. return: string |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |