See Release Notes
Long Term Support Release
Differences Between: [Versions 39 and 400] [Versions 39 and 401] [Versions 39 and 402] [Versions 39 and 403]
Contains class containing completion API.
Copyright: | 2017 Mark Nelson <markn@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 126 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
api:: (1 method):
update_completion_date_event()
update_completion_date_event($cmid, $modulename, $instanceorid, $completionexpectedtime) X-Ref |
Creates, updates or deletes an event for the expected completion date. param: int $cmid The course module id param: string $modulename The name of the module (eg. assign, quiz) param: \stdClass|int $instanceorid The instance object or ID. param: int|null $completionexpectedtime The time completion is expected, null if not set return: bool |