[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

Base factory common logic

Author: Marco Pivetta <ocramius@gmail.com>
License: MIT
File Size: 46 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 function

  createProxy()

Functions
Functions that are not part of a class:

createProxy($className, Closure $initializer)   X-Ref
Creates a new lazy proxy instance of the given class with
the given initializer

param: string   $className   name of the class to be proxied
param: \Closure $initializer initializer to be passed to the proxy
return: \ProxyManager\Proxy\LazyLoadingInterface



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1