SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Subscribe

Base class for the content subscription handlers

Functions

NameVisibilityDescription
getListpublicReturn a list of records for the provided settings
getNamepublicReturn a (string) name for this subscription.

public getList

array $Subscribe->getList ( array $handler_settings , int $since );

Return a list of records for the provided settings

public getName

string $Subscribe->getName ( array $handler_settings );

Return a (string) name for this subscription.
You can use the settings to tweak the title (e.g. the category of articles).