summaryrefslogtreecommitdiff
path: root/plugins/example_routing/example_routing.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example_routing/example_routing.php')
-rw-r--r--plugins/example_routing/example_routing.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/example_routing/example_routing.php b/plugins/example_routing/example_routing.php
index a5c4e6139..c8d352ac8 100644
--- a/plugins/example_routing/example_routing.php
+++ b/plugins/example_routing/example_routing.php
@@ -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;