[PR #415] Added function to return identifiers from proxy #8159

Open
opened 2026-01-22 15:58:41 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/415

State: closed
Merged: No


I needed a way to get the identfiers of a doctrine proxy immediately without going through the unit of work (not available)
or without actually waking up the entity. The proxy already has that information, I just added a public
getter.

**Original Pull Request:** https://github.com/doctrine/orm/pull/415 **State:** closed **Merged:** No --- I needed a way to get the identfiers of a doctrine proxy immediately without going through the unit of work (not available) or without actually waking up the entity. The proxy already has that information, I just added a public getter.
admin added the pull-request label 2026-01-22 15:58:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8159