You are here

public function TestObjectMetadata::getIdentifierValues in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php \Doctrine\Tests\Common\Persistence\TestObjectMetadata::getIdentifierValues()

Returns the identifier of this object as an array with field name as key.

Has to return an empty array if no identifier isset.

Parameters

object $object:

Return value

array

Overrides ClassMetadata::getIdentifierValues

File

vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php, line 228

Class

TestObjectMetadata

Namespace

Doctrine\Tests\Common\Persistence

Code

public function getIdentifierValues($entity) {
}