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.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/example_routing/example_routing.php b/plugins/example_routing/example_routing.php
index c8d352ac8..024bf5b22 100644
--- a/plugins/example_routing/example_routing.php
+++ b/plugins/example_routing/example_routing.php
@@ -15,6 +15,12 @@ class Example_Routing extends Plugin implements IHandler {
private $link;
private $host;
+ function _about() {
+ return array(1.0,
+ "Example routing plugin",
+ "fox");
+ }
+
function __construct($host) {
$this->link = $host->get_link();
$this->host = $host;