1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

pass xpath object to feeditem, support media-rss objects

This commit is contained in:
Andrew Dolgov
2013-05-01 19:40:43 +04:00
parent fd0daa9b55
commit 4c00e15b5d
3 changed files with 21 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
class FeedItem_Atom {
private $elem;
function __construct($elem) {
function __construct($elem, $doc, $xpath) {
$this->elem = $elem;
}