protected property LazyLoadableObjectClassMetadata::$fields in Plug 7
Type: array
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php, line 49
Class
- LazyLoadableObjectClassMetadata
- Class metadata test asset for @author Marco Pivetta <ocramius@gmail.com> @since 2.4
Namespace
Doctrine\Tests\Common\ProxyCode
protected $fields = array(
'publicIdentifierField' => true,
'protectedIdentifierField' => true,
'publicPersistentField' => true,
'protectedPersistentField' => true,
);