]> git.wh0rd.org - tt-rss.git/blobdiff - classes/pluginhost.php
Make search mechanism pluggable
[tt-rss.git] / classes / pluginhost.php
index 19f8b563b145b41ed23fd54304a0a5e0777cc4c1..4582c314a856e747df333d6d64bbefced0521b5d 100644 (file)
@@ -39,6 +39,7 @@ class PluginHost {
        const HOOK_FETCH_FEED = 22;
        const HOOK_QUERY_HEADLINES = 23;
        const HOOK_HOUSE_KEEPING = 24;
+       const HOOK_SEARCH = 25;
 
        const KIND_ALL = 1;
        const KIND_SYSTEM = 2;