(no description)
File Size: | 127 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
block_calendar_upcoming:: (3 methods):
init()
get_content()
get_upcoming_content()
Class: block_calendar_upcoming - X-Ref
Handles displaying the calendar upcoming events block.init() X-Ref |
Initialise the block. |
get_content() X-Ref |
Return the content of this block. return: stdClass the content |
get_upcoming_content($events, $linkhref = null, $showcourselink = false) X-Ref |
Get the upcoming event block content. return: string|null $content html block content param: array $events list of events param: \moodle_url|string $linkhref link to event referer param: boolean $showcourselink whether links to courses should be shown |