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
In my situation, I'd like to have access to the object values without having to get them one by one. It would be very handy to have a getValues() method (similar to the getErrors() method), that returns the $_values param.
In my situation, I'd like to have access to the object values without having to get them one by one. It would be very handy to have a getValues() method (similar to the getErrors() method), that returns the $_values param.
Another idea would be to make the getWriteableAttributes method public, so at least you could programatically iterate through the values that way.
The text was updated successfully, but these errors were encountered: