function _FlightPath::get_count_of_matches
Search API
4.x _FlightPath.php | _FlightPath::get_count_of_matches($branch, $student, $group) |
5.x _FlightPath.php | _FlightPath::get_count_of_matches($branch, $student, $group) |
1 call to _FlightPath::get_count_of_matches()
File
- classes/
_FlightPath.php, line 537
Class
Code
function get_count_of_matches($branch, $student, $group)
{
return $this->assign_courses_to_list($branch->list_courses, $student, FALSE, $group, TRUE);
}