public function Proxy::__getInitializer in Plug 7
Retrieves the initializer callback used to initialize the proxy.
Return value
Closure|null
See also
__setInitializer
1 method overrides Proxy::__getInitializer()
- RuntimePublicReflectionPropertyTestProxyMock::__getInitializer in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ RuntimePublicReflectionPropertyTest.php - Retrieves the initializer callback used to initialize the proxy.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ Proxy.php, line 62
Class
- Proxy
- Interface for proxy classes.
Namespace
Doctrine\Common\ProxyCode
public function __getInitializer();