public function RuntimePublicReflectionPropertyTestProxyMock::__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.
Overrides Proxy::__getLazyProperties
File
- lib/
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() {
}