thephpleague / fractal

Output complex, flexible, AJAX/RESTful data structures.
fractal.thephpleague.com
MIT License
3.53k stars 351 forks source link

Add ResourceInterface::getMeta() #541

Closed Nyholm closed 2 years ago

Nyholm commented 2 years ago

Breaking change.

We use this method in Scope::toArray(). Should we include it into the interface or not?

matthewtrask commented 2 years ago

I think its a good idea to add it to the interface.