mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-72463 courseformat: Add missing docs
This commit is contained in:
parent
b7687bfef8
commit
fa72197258
@ -99,6 +99,11 @@ class format_weeks extends core_courseformat\base {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the name for the highlighted section.
|
||||
*
|
||||
* @return string The name for the highlighted section based on the given course format.
|
||||
*/
|
||||
public function get_section_highlighted_name(): string {
|
||||
return get_string('currentsection', 'format_weeks');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user