SproutCMS

This is the code documentation for the SproutCMS project

function subscribe()

Subscribe a user to a specified handler.

Usage

void ContentSubscribe::subscribe ( string $handler_class , array $handler_settings , string $name , string $email );

Arguments

  1. string $handler_class
    The name of the handler class
  2. array $handler_settings
    The settings to be passed to the handler; can be an empty array
  3. string $name
    The name of the user
  4. string $email
    The email address of the user

Return value

  • void