This commit is contained in:
Andrew Nicols 2023-02-09 10:19:22 +08:00
commit 9890d88107
10 changed files with 24 additions and 17 deletions

View file

@ -74,6 +74,8 @@ function groups_group_exists($groupid) {
/**
* Gets the name of a group with a specified id
*
* Before output, you should call {@see format_string} on the result
*
* @category group
* @param int $groupid The id of the group
* @return string The name of the group
@ -86,6 +88,8 @@ function groups_get_group_name($groupid) {
/**
* Gets the name of a grouping with a specified id
*
* Before output, you should call {@see format_string} on the result
*
* @category group
* @param int $groupingid The id of the grouping
* @return string The name of the grouping