function _Group::reset_list_counters
Search API
| 4.x _Group.php | _Group::reset_list_counters() | 
        
| 5.x _Group.php | _Group::reset_list_counters() | 
        
File
- classes/
_Group.php, line 89  
Class
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();
}
  