SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class ContentSubscribeController

Handles subscriptions to various types of content in a centralised manner

Subscribers are emailed regarding new/updated content as various subscription handlers see fit

Functions

NameVisibilityDescription
__constructpublic 
cleanupInvalidClassespublicTool to clean up subscriptions which refer to classes that don't exist.
cronSendSubscriptionspublicSend the content subscription emails to the users who have registered
unsubpublicUnsubscribe a user from a subscription (form)
unsubActionpublicUnsubscribe a user from a subscription (action)

public __construct

void $ContentSubscribeController->__construct ( );

This function does not have a description

public cleanupInvalidClasses

void $ContentSubscribeController->cleanupInvalidClasses ( );

Tool to clean up subscriptions which refer to classes that don't exist.

public cronSendSubscriptions

void $ContentSubscribeController->cronSendSubscriptions ( );

Send the content subscription emails to the users who have registered

public unsub

void $ContentSubscribeController->unsub ( mixed $id , mixed $code );

Unsubscribe a user from a subscription (form)

public unsubAction

void $ContentSubscribeController->unsubAction ( mixed $id , mixed $code );

Unsubscribe a user from a subscription (action)