1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 09:51:29 +00:00

add instances plugin

This commit is contained in:
Andrew Dolgov
2012-12-23 23:36:07 +04:00
parent 8dcb2b4762
commit 6cbe53c9f5
7 changed files with 216 additions and 178 deletions

View File

@@ -9,7 +9,8 @@ class Example_Routing extends Plugin implements IHandler {
// Plugin class must implelement IHandler interface and has
// a public method of same name as being registered.
//
// Any system method may be masked by plugins.
// Any system method may be masked by plugins. You can mask
// entire handler by supplying "*" instead of a method name.
private $link;
private $host;