public function RuntimePublicReflectionPropertyTestProxyMock::__getLazyProperties in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/tests/Doctrine/Tests/Common/Reflection/RuntimePublicReflectionPropertyTest.php \Doctrine\Tests\Common\Reflection\RuntimePublicReflectionPropertyTestProxyMock::__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.
Overrides Proxy::__getLazyProperties
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Reflection/ RuntimePublicReflectionPropertyTest.php, line 109
Class
- RuntimePublicReflectionPropertyTestProxyMock
- Mock that simulates proxy public property lazy loading
Namespace
Doctrine\Tests\Common\ReflectionCode
public function __getLazyProperties() {
}