public function Proxy::__setInitialized in Plug 7
Marks the proxy as initialized or not.
Parameters
boolean $initialized:
Return value
void
1 method overrides Proxy::__setInitialized()
- RuntimePublicReflectionPropertyTestProxyMock::__setInitialized in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ RuntimePublicReflectionPropertyTest.php - Marks the proxy as initialized or not.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ Proxy.php, line 41
Class
- Proxy
- Interface for proxy classes.
Namespace
Doctrine\Common\ProxyCode
public function __setInitialized($initialized);