Differences with Symfony's PropertyAccess?
mnapoli opened this issue · 3 comments
mnapoli commented
Hi, I'm curious to learn if there are differences with Symfony's PropertyAccess component?
brianium commented
Ah. I was not aware of the PropertyAccess component :)
They seem nearly identical. The only difference I can see is that object-path
uses the the familiar ->
operator for property access instead of .
Perhaps Leo should use the PropertyAccess component. I'm generally a fan of Symfony components, so I will definitely investigate.
Thanks!
mnapoli commented
OK thanks for clarifying, I wasn't sure. By the way I'm looking into Peridot and it looks really great! Congrats
brianium commented
Thank you for the kind words!