Replies: 1 comment
-
Hi @mergims, We're not updating v1 anymore so expect no changes over there. As for computed properties and mutators, that's a path I'm currently not willing to take with the package due already a lot of complexity and you'll lose IDE completion. I guess it could be built with a trait but that something we're not going to provide at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any convenient way to implement accessors? Ideally I'd like to have private properties in a Data object, which can be accessed via an accessor
getPropertyName
. Also it would be useful to have computed properties that are included when normalizing or serializing a Data object.Sidenote: i'm using
v1.5.1
since i'm locked on php 8.0 in my current project.Beta Was this translation helpful? Give feedback.
All reactions