phramework / jsonapi

jsonapi implementation for phramework
https://phramework.github.io/jsonapi/
Apache License 2.0
4 stars 2 forks source link

Pass meta to handleGet, handleGetById #51

Open nohponex opened 7 years ago

nohponex commented 7 years ago

Sometimes it's useful to pass some meta object to handleGet instead of rewriting handleGET to implement it

Perhaps special classes of directives can be injected for purposes like this one