SproutCMS

This is the code documentation for the SproutCMS project

function getList()

Return an array of one or more items which need moderating.

The array should have the following format:
[] = array('id' => 'html')
     id      record identifier
     html    record preview html

Return NULL on error

Usage

unknown $Moderate->getList ( );