mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:05:55 +00:00
allow user plugins to expose public methods out in a limited fashion
This commit is contained in:
@@ -22,6 +22,10 @@ class Plugin {
|
||||
return array();
|
||||
}
|
||||
|
||||
function is_public_method($method) {
|
||||
return false;
|
||||
}
|
||||
|
||||
function get_js() {
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user