You are here

public function Proxy::__isInitialized in Plug 7

Returns whether this proxy is initialized or not.

Return value

bool

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

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Persistence

Code

public function __isInitialized();