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

Ability to retrieve page handler class #5

Closed
benwerd opened this issue Jun 8, 2013 · 1 comment
Closed

Ability to retrieve page handler class #5

benwerd opened this issue Jun 8, 2013 · 1 comment

Comments

@benwerd
Copy link
Member

benwerd commented Jun 8, 2013

Need to patch ToroPHP to be able to return an instance of the page handler class that would handle a given URL, so that we can choose an alternative method to call.

eg, for webmentions, need to get a page handler object as $pagehandler and call a function of the form $pagehandler->webmention($source).

@benwerd
Copy link
Member Author

benwerd commented Jun 12, 2013

This has now been added, and is in use in the webmention endpoint.

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

No branches or pull requests

1 participant