1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

implement HOOK_FEED_PARSED, add example plugin (refs #424)

This commit is contained in:
Andrew Dolgov
2012-12-24 14:13:03 +04:00
parent fa6fbd3659
commit 4412b877d0
3 changed files with 27 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ class PluginHost {
const HOOK_PREFS_TAB = 3;
const HOOK_PREFS_SECTION = 4;
const HOOK_PREFS_TABS = 5;
const HOOK_FEED_PARSED = 6;
function __construct($link) {
$this->link = $link;