public function TestObjectMetadata::getIdentifierValues 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::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
Namespace
Doctrine\Tests\Common\PersistenceCode
public function getIdentifierValues($entity) {
}