host = $host; $this->dummy_id = $host->add_feed(-1, 'Dummy feed', 'images/pub_set.svg', $this); } function get_unread($feed_id) { return 1234; } function get_headlines($feed_id, $options) { $qfh_ret = queryFeedHeadlines( -4, $options['limit'], $options['view_mode'], $options['cat_view'], $options['search'], $options['search_mode'], $options['override_order'], $options['offset'], $options['owner_uid'], $options['filter'], $options['since_id'], $options['include_children']); $qfh_ret[1] = 'Dummy feed'; return $qfh_ret; } } ?>