doctrine-read-only-hydrator icon indicating copy to clipboard operation
doctrine-read-only-hydrator copied to clipboard

doHydrateRowData(): go through the chain of parent classes to find the property

Open wsldankers opened this issue 4 years ago • 0 comments

Private properties can only be found on the class itself, not its subclasses. And doctrine-read-only-hydrator uses a proxy subclass for every entity.

wsldankers avatar Sep 16 '20 15:09 wsldankers