/** * Render the external registration return page * * @param tool_configure_page $page * * @return string html for the page */ public function render_external_registration_return_page($page) { $data = $page->export_for_template($this); return parent::render_from_template('mod_lti/external_registration_return', $data); }
/** * Defer to template. * * @param tool_configure_page $page * * @return string html for the page */ public function render_tool_configure_page($page) { $data = $page->export_for_template($this); return parent::render_from_template('mod_lti/tool_configure', $data); }