X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fexample_feed%2Fexample_feed.php;h=af14d3ff3fc9936b6b5a9d87a24877979c24b38c;hb=d2a421e3cbaa782748840fc19afad4ac65f044b8;hp=a0d6d19c740bdbcef0c0912a9770592dd0061a30;hpb=de612e7a3850d3053c7038e94098c0681d46983b;p=tt-rss.git diff --git a/plugins/example_feed/example_feed.php b/plugins/example_feed/example_feed.php index a0d6d19c..af14d3ff 100644 --- a/plugins/example_feed/example_feed.php +++ b/plugins/example_feed/example_feed.php @@ -7,14 +7,14 @@ class Example_Feed extends Plugin { private $link; private $host; - function _about() { + function about() { return array(1.0, "Example feed plugin", "fox", true); } - function __construct($host) { + function init($host) { $this->link = $host->get_link(); $this->host = $host;