function FlightPath::get_count_of_matches

6.x FlightPath.php FlightPath::get_count_of_matches($branch, $student, $group)
1 call to FlightPath::get_count_of_matches()

File

classes/FlightPath.php, line 529

Class

FlightPath

Code

function get_count_of_matches($branch, $student, $group) 
 {
  return $this->assign_courses_to_list($branch->list_courses, $student, FALSE, $group, TRUE);
}