You are here

public function ClassMetadata::isIdentifier 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::isIdentifier()

Checks if the given field name is a mapped identifier for this class.

Parameters

string $fieldName:

Return value

boolean

2 methods override ClassMetadata::isIdentifier()
LazyLoadableObjectClassMetadata::isIdentifier in vendor/doctrine/common/tests/Doctrine/Tests/Common/Proxy/LazyLoadableObjectClassMetadata.php
Checks if the given field name is a mapped identifier for this class.
TestObjectMetadata::isIdentifier in vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php
Checks if the given field name is a mapped identifier for this class.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping

Code

public function isIdentifier($fieldName);