Feed#

Whenever you're dealing with a feed in your template, you're actually working with a Feed object.

Attributes#

AttributeDescription
idThe ID of the feed.
nameThe name of the feed.
handleThe handle of the feed.
enabledWhether the feed is enabled or not.
sourcesThe Source IDs enabled for the feed.

Methods#

MethodDescription
getSources()Returns a collection of Source objects.

Previous ← Rendering Posts Next Source →