public function TestObjectMetadata::getIdentifierValues in Plug 7
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
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php, line 228
Class
Namespace
Doctrine\Tests\Common\PersistenceCode
public function getIdentifierValues($entity) {
}