You are here

protected property LazyLoadableObjectClassMetadata::$identifier in Plug 7

Type: array

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php, line 41

Class

LazyLoadableObjectClassMetadata
Class metadata test asset for @author Marco Pivetta <ocramius@gmail.com> @since 2.4

Namespace

Doctrine\Tests\Common\Proxy

Code

protected $identifier = array(
  'publicIdentifierField' => true,
  'protectedIdentifierField' => true,
);