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

implement article render hooks

This commit is contained in:
Andrew Dolgov
2013-02-23 16:01:51 +04:00
parent e02555c1b8
commit 84d952f141
3 changed files with 31 additions and 25 deletions

View File

@@ -17,6 +17,8 @@ class PluginHost {
const HOOK_UPDATE_TASK = 7;
const HOOK_AUTH_USER = 8;
const HOOK_HOTKEY_MAP = 9;
const HOOK_RENDER_ARTICLE = 10;
const HOOK_RENDER_ARTICLE_CDM = 11;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;