You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflection class will only return accessible properties by getProperties method. To get also private properties of parent, you need to getParentClass and check its properties as well (recursively).
when I have:
and then I try:
so method
getAbstractPrivateProperty
returns null after unserialize.I think its, bug or not ?
The text was updated successfully, but these errors were encountered: