Function CMSStatsProvider->fill_data_by_date_pivots

Definitions

sources/stats.php

  • Fill up an array with all standard date pivot values between a month range.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$pivot string required parameter N/A N/A Pivot type
$start_month integer required parameter N/A N/A Start month (counting from 1970)
$end_month integer required parameter N/A N/A End month (counting from 1970)

Return

  • All pivot values mapping to 0
  • Type: array
  • Set: N/A
  • Range: N/A