public function ClassMetadata::getIdentifierFieldNames in Plug 7
Returns an array of identifier field names numerically indexed.
Return value
array
2 methods override ClassMetadata::getIdentifierFieldNames()
- LazyLoadableObjectClassMetadata::getIdentifierFieldNames in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ LazyLoadableObjectClassMetadata.php - Returns an array of identifier field names numerically indexed.
- TestObjectMetadata::getIdentifierFieldNames in lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php - Returns an array of identifier field names numerically indexed.
File
- lib/
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();