You are here

public function Proxy::__getLazyProperties in Plug 7

Retrieves the list of lazy loaded properties for a given proxy

Return value

array Keys are the property names, and values are the default values for those properties.

1 method overrides Proxy::__getLazyProperties()
RuntimePublicReflectionPropertyTestProxyMock::__getLazyProperties in lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Retrieves the list of lazy loaded properties for a given proxy

File

lib/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php, line 89

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Proxy

Code

public function __getLazyProperties();