SproutCMS

This is the code documentation for the SproutCMS project

function _getContentsView()

Return HTML for a resultset of items
The returned HTML will be sandwiched between the refinebar and the pagination bar.

Usage

unknown $FileAdminController->_getContentsView ( Traversable $items , string $mode , StdClass $category );

Arguments

  1. Traversable $items
    The items to render.
  2. string $mode
    The mode of the display.
  3. StdClass $category
    Category details if a category has been selected.