function _Course::get_first_assigned_to_group_id_from_degree_id

5.x _Course.php _Course::get_first_assigned_to_group_id_from_degree_id($degree_id = 0)

Similar to get_first_sassigned_to_group_id, except this time we want to the first group_id that "belongs" to a certain degree.

File

classes/_Course.php, line 2110

Class

_Course

Code

function get_first_assigned_to_group_id_from_degree_id($degree_id = 0) {
}