ObjectIdentifier
class ObjectIdentifier (View source)
Object identifier utility
Methods
static boolean
equals(array $a, array $b)
Indicates if two object identity are equal.
static array
trim(array $id, ClassMetadata $metadata, boolean $trimNull = false)
Remove all keys of $id that are not in the list of identifier field names
static
normalize($id, ClassMetadata $metadata)
No description
Details
at line 30
static boolean
equals(array $a, array $b)
Indicates if two object identity are equal.
at line 59
static array
trim(array $id, ClassMetadata $metadata, boolean $trimNull = false)
Remove all keys of $id that are not in the list of identifier field names