DEV Community

Discussion on: Using Laravel's Collection into Symfony

Collapse
 
cvekcoding profile image
CvekCoding • Edited

Why not to use standard PropertyAccess object instead of Reflection? This way you will be able to get even virtual properties presented by getters, isers, hasers... In other words, you will get all the power of PropertyAccessor.