getCounterForDisplay(string $statsType, integer $counter) : mixed
string
integer
mixedgetData(integer $startDate, integer $endDate) : array
integer
integer
array[subContentType => [ [date => total], [date => total] ] ]getStatsTypes() : array
array[ stats_type => stats type phrase, ... ]_getBasicDataQuery(string $tableName, string $dateField, string $extraWhere, string $calcFunction) : string
stringName of table from which to select data
stringName of date field
stringExtra SQL conditions
stringSQL calculation function (COUNT(*), SUM(field_name)...)
string_getDb() : \Zend_Db_Adapter_Abstract
\Zend_Db_Adapter_Abstract