Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
enrol_lti\output\registration Class Reference

Tool registration page class. More...

Inheritance diagram for enrol_lti\output\registration:
renderable templatable

Public Member Functions

 __construct ($returnurl=null)
 Construct a new tool registration page. More...
 
 export_for_template (renderer_base $output)
 Export the data. More...
 

Protected Attributes

returnurl $returnurl
 The url to which the tool proxy should return.
 

Detailed Description

Tool registration page class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

enrol_lti\output\registration::__construct (   $returnurl = null)

Construct a new tool registration page.

Parameters
string | null$returnurlThe url the consumer wants us to return the user to (optional)

Member Function Documentation

◆ export_for_template()

enrol_lti\output\registration::export_for_template ( renderer_base  $output)

Export the data.

Parameters
renderer_base$output
Return values
stdClassData to be used for the template

Implements templatable.


The documentation for this class was generated from the following file: