public function ClassMetadata::getIdentifierFieldNames in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php \Doctrine\Common\Persistence\Mapping\ClassMetadata::getIdentifierFieldNames()
Returns an array of identifier field names numerically indexed.
Return value
array
2 methods override ClassMetadata::getIdentifierFieldNames()
- LazyLoadableObjectClassMetadata::getIdentifierFieldNames in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Returns an array of identifier field names numerically indexed.
- TestObjectMetadata::getIdentifierFieldNames in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Returns an array of identifier field names numerically indexed.
File
- vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ ClassMetadata.php, line 114
Class
- ClassMetadata
- Contract for a Doctrine persistence layer ClassMetadata class to implement.
Namespace
Doctrine\Common\Persistence\MappingCode
public function getIdentifierFieldNames();