SproutCMS

This is the code documentation for the SproutCMS project

function getList()

Return a list of records for the provided settings

Usage

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

Arguments

  1. array $handler_settings
    The settings provided when the user subscribed
  2. int $since
    The start timestamp for returned events

Return value

  • array
    An array-of-arrays result set
    
    Each item in the list should be an array, with the following keys:
       name     The name of the item
       text     A short, plain-text description of the item
       url      The URL to provide to the user. Can be absolute (http://...) or relative (/...)
       ts       The event timestamp (unix format)