You are here

public function Proxy::__load 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::__load()

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 vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Initializes this proxy if its not yet initialized.

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Persistence

Code

public function __load();