From 6cbe53c9f5e9c369977b737f897a621f00fba90b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Dec 2012 23:36:07 +0400 Subject: add instances plugin --- plugins/example_routing/example_routing.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/example_routing') 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; -- cgit v1.2.3