You are here

function opigno_statistics_app_present_top_10_classes in Opigno Statistics App 7

Present top 10 classes

Parameters

int $month_year:

boolean $filter_month:

int $category_id:

Return value

array

1 call to opigno_statistics_app_present_top_10_classes()
opigno_statistics_app_dashboard_page in includes/dashboard/dashboard.pages.inc

File

includes/dashboard/presenters.inc, line 97

Code

function opigno_statistics_app_present_top_10_classes($month_year, $filter_month, $category_id) {
  return opigno_statistics_app_query_top_10_groups('class', $month_year, $filter_month, $category_id);
}