SproutCMS

This is the code documentation for the SproutCMS project

function addAggregateValue()

Add an aggregate which is just a single pre-computed value

Usage

void $Itemlist->addAggregateValue ( string $title , string $value );

Arguments

  1. string $title
    Column to aggregate values of
  2. string $value
    $Value Value to output for this column; this will be HTML-encoded on output

Exceptions thrown

  • InvalidArgumentException
    Unknown operation

Return value

  • void