public function TestObjectMetadata::getIdentifierFieldNames in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php \Doctrine\Tests\Common\Persistence\TestObjectMetadata::getIdentifierFieldNames()
Returns an array of identifier field names numerically indexed.
Return value
array
Overrides ClassMetadata::getIdentifierFieldNames
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php, line 233
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function getIdentifierFieldNames() {
}