You are here

public function RuntimePublicReflectionPropertyTestProxyMock::__load in Plug 7

Initializes this proxy if its not yet initialized.

Acts as a no-op if already initialized.

Return value

void

Overrides Proxy::__load

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php, line 116

Class

RuntimePublicReflectionPropertyTestProxyMock
Mock that simulates proxy public property lazy loading

Namespace

Doctrine\Tests\Common\Reflection

Code

public function __load() {
}