1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 02:09:15 +00:00

implement plugin routing masks, add example plugin

This commit is contained in:
Andrew Dolgov
2012-12-23 23:05:51 +04:00
parent 5cedb389d2
commit 8dcb2b4762
7 changed files with 108 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
<?php
class Handler {
class Handler implements IHandler {
protected $link;
protected $args;