You are here

public function ClassMetadata::getIdentifier in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getIdentifier()

Gets the mapped identifier field name.

The returned structure is an array of the identifier field names.

Return value

array

2 methods override ClassMetadata::getIdentifier()
LazyLoadableObjectClassMetadata::getIdentifier in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php
Gets the mapped identifier field name.
TestObjectMetadata::getIdentifier in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Gets the mapped identifier field name.

File

vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php, line 46

Class

ClassMetadata
Contract for a Doctrine persistence layer ClassMetadata class to implement.

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function getIdentifier();