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

add HOOK_UPDATE_TASK

This commit is contained in:
Andrew Dolgov
2012-12-24 14:27:15 +04:00
parent 356a991a7b
commit 41b82aa4b9
5 changed files with 114 additions and 105 deletions

View File

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