function Group::reset_list_counters

6.x Group.php Group::reset_list_counters()

File

classes/Group.php, line 97

Class

Group

Code

function reset_list_counters() 
 {
  // Resets the counters on all groups and course lists
  // in this group.
  $this->list_courses->reset_counter();
  $this->list_groups->reset_counter();
}