You are here

public function Proxy::__setInitialized in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php \Doctrine\Common\Proxy\Proxy::__setInitialized()

Marks the proxy as initialized or not.

Parameters

boolean $initialized:

Return value

void

1 method overrides Proxy::__setInitialized()
RuntimePublicReflectionPropertyTestProxyMock::__setInitialized in vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Marks the proxy as initialized or not.

File

vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php, line 41

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Proxy

Code

public function __setInitialized($initialized);