SproutCMS

This is the code documentation for the SproutCMS project

function metric()

Set a metric

Usage

void Worker::metric ( int $num , int $value );

Arguments

  1. int $num
    The metric index; 1, 2, or 3
  2. int $value
    The metric value

Return value

  • void