]> git.wh0rd.org - tt-rss.git/blobdiff - classes/handler.php
implement plugin routing masks, add example plugin
[tt-rss.git] / classes / handler.php
index 9d6c99e0da27162f8166bf2fb072599746ee29a7..68b16eac199f608149ade09ae3e4c51a0ebb5569 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-class Handler {
+class Handler implements IHandler {
        protected $link;
        protected $args;
 
@@ -19,5 +19,6 @@ class Handler {
        function after() {
                return true;
        }
+
 }
 ?>