Public Member Functions | |
| __construct (Title $t, $c, $d) | |
| Constructor for a single item in the feed. | |
| uri () | |
| Get function for the Item URI. | |
| text () | |
| Creates the RSS output for the single item. | |
Private Attributes | |
| $uri | |
| $label | |
| $creator | |
| $date | |
| $articlename | |
| $title | |
Useful since those items are iterated more than once when serialising RSS.
Definition at line 173 of file SMW_QP_RSSlink.php.
| SMWRSSItem::__construct | ( | Title $ | t, | |
| $ | c, | |||
| $ | d | |||
| ) |
Constructor for a single item in the feed.
Requires the URI of the item.
Definition at line 185 of file SMW_QP_RSSlink.php.
| SMWRSSItem::uri | ( | ) |
Get function for the Item URI.
Definition at line 220 of file SMW_QP_RSSlink.php.
Referenced by __construct(), and text().
| SMWRSSItem::text | ( | ) |
Creates the RSS output for the single item.
TODO is there maybe a way in the parser options to make the URLs absolute?
Definition at line 227 of file SMW_QP_RSSlink.php.
References $creator, $date, $smwgRSSWithPages, $smwgShowFactbox, $wgServer, smwfXMLContentEncode(), and uri().
SMWRSSItem::$uri [private] |
Definition at line 175 of file SMW_QP_RSSlink.php.
SMWRSSItem::$label [private] |
Definition at line 176 of file SMW_QP_RSSlink.php.
SMWRSSItem::$creator [private] |
SMWRSSItem::$date [private] |
SMWRSSItem::$articlename [private] |
Definition at line 179 of file SMW_QP_RSSlink.php.
SMWRSSItem::$title [private] |
Definition at line 180 of file SMW_QP_RSSlink.php.
1.5.6