Age and location verification renderable.
Copyright: | 2018 Mihail Geshoski <mihail@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 81 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
verify_age_location_page:: (2 methods):
__construct()
export_for_template()
Class: verify_age_location_page - X-Ref
Age and location verification renderable class.__construct($form, $errormessage = null) X-Ref |
Constructor param: mform $form The form object param: string $errormessage The error message. |
export_for_template(renderer_base $output) X-Ref |
Export the page data for the mustache template. param: renderer_base $output renderer to be used to render the page elements. return: stdClass |