Rss
class Rss
Model for generating RSS feeds from content objects.
Methods
Constructor.
Return site (feed) copyright.
Customise RSS feed title and description for a specific tag or collection.
Return site (feed) description.
Return content objects for the feed.
Return content objects for a given tag.
Return managing editor email address.
Return site administrative email address.
Return site (feed) title.
Return site webmaster's email address.
Details
at line 49
__construct(Database $database, CriteriaFactory $criteriaFactory, Preference $preference, Cache $cache)
Constructor.
at line 69
string
copyright()
Return site (feed) copyright.
at line 80
array
customFeed(int $id)
Customise RSS feed title and description for a specific tag or collection.
at line 100
description()
Return site (feed) description.
at line 111
array
getObjects(int $parentId = 0)
Return content objects for the feed.
at line 138
array
getObjectsforTag(int $tagId)
Return content objects for a given tag.
at line 189
string
managingEditor()
Return managing editor email address.
at line 199
string
siteEmail()
Return site administrative email address.
at line 209
string
title()
Return site (feed) title.
at line 219
string
webMaster()
Return site webmaster's email address.