You are here

public function Proxy::__getLazyProperties in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php \Doctrine\Common\Proxy\Proxy::__getLazyProperties()

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 vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php
Retrieves the list of lazy loaded properties for a given proxy

File

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

Class

Proxy
Interface for proxy classes.

Namespace

Doctrine\Common\Proxy

Code

public function __getLazyProperties();