Developers

Feed

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

Properties

id

Type: int|null

The ID of the feed.

name

Type: string|null

The name of the feed.

handle

Type: string|null

The handle of the feed.

enabled

Type: bool|null

Whether the feed is enabled or not.

sources

Type: array|null

The Source IDs enabled for the feed.

Methods

getSources()

Returns: array|null

Returns a collection of Source objects.