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