See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 39 and 401]
Renderer for the section links block.
Copyright: | 2013 Sam Hemelryk |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 81 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
block_section_links_renderer:: (1 method):
render_section_links()
Class: block_section_links_renderer - X-Ref
Renderer for the section links block.render_section_links(stdClass $course, array $sections, $jumptosection = false, $showsectionname = false) X-Ref |
Render a series of section links. param: stdClass $course The course we are rendering for. param: array $sections An array of section objects to render. param: bool|int The section to provide a jump to link for. param: bool $showsectionname Whether or not section name should be displayed. return: string The HTML to display. |