You are here

public function Proxy::__isInitialized in Zircon Profile 8

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

Returns whether this proxy is initialized or not.

Return value

bool

1 method overrides Proxy::__isInitialized()
RuntimePublicReflectionPropertyTestProxyMock::__isInitialized in vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Returns whether this proxy is initialized or not.

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Persistence

Code

public function __isInitialized();