Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get route data and prevent calling controller #59

Open
gsouf opened this issue Dec 4, 2016 · 0 comments
Open

Get route data and prevent calling controller #59

gsouf opened this issue Dec 4, 2016 · 0 comments

Comments

@gsouf
Copy link

gsouf commented Dec 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant