[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/ocramius/proxy-manager/src/ProxyManager/Factory/ -> LazyLoadingGhostFactory.php (summary)

(no description)

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

Defines 1 class

LazyLoadingGhostFactory:: (2 methods):
  getGenerator()
  createProxy()


Class: LazyLoadingGhostFactory  - X-Ref

Factory responsible of producing ghost instances

getGenerator()   X-Ref
{@inheritDoc}


createProxy(string $className,Closure $initializer,array $proxyOptions = [])   X-Ref
Creates a new lazy proxy instance of the given class with
the given initializer

Please refer to the following documentation when using this method:

param: string  $className   name of the class to be proxied
param: Closure $initializer initializer to be passed to the proxy. The initializer closure should have following
param: mixed[] $proxyOptions a set of options to be used when generating the proxy. Currently supports only



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1