You are here

public function Proxy::__load in Plug 7

Initializes this proxy if its not yet initialized.

Acts as a no-op if already initialized.

Return value

void

1 method overrides Proxy::__load()
RuntimePublicReflectionPropertyTestProxyMock::__load in lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Initializes this proxy if its not yet initialized.

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Persistence

Code

public function __load();