mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 04:41:31 +00:00
more work on user-selectable plugins; properly process system and user plugins
This commit is contained in:
@@ -15,14 +15,14 @@ class Example_Routing extends Plugin implements IHandler {
|
||||
private $link;
|
||||
private $host;
|
||||
|
||||
function _about() {
|
||||
function about() {
|
||||
return array(1.0,
|
||||
"Example routing plugin",
|
||||
"fox",
|
||||
true);
|
||||
}
|
||||
|
||||
function __construct($host) {
|
||||
function init($host) {
|
||||
$this->link = $host->get_link();
|
||||
$this->host = $host;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user