phroute icon indicating copy to clipboard operation
phroute copied to clipboard

Get route data and prevent calling controller

Open gsouf opened this issue 7 years ago • 0 comments

Hi,

The reason I open this issue is that I need to use phroute as a router only and I dont want it to try to execute the handler and there is no way (as far as I know) to only get the data that matched.

The actual issue is that the method dispatchRoute (that does exactly what I'm looking for), is private and I cant use it even by extending the dispatcher.

Would you mind to make it protected or public? Or maybe do you have an other way to do that? Thanks

gsouf avatar Dec 04 '16 00:12 gsouf