]> git.wh0rd.org - tt-rss.git/blobdiff - plugins/example_routing/example_routing.php
add instances plugin
[tt-rss.git] / plugins / example_routing / example_routing.php
index a5c4e61397227714276a5031915fe0a21a0bd93e..c8d352ac80dcaa8003df3df0f90bd04b99ee0ce5 100644 (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;