Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
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.
 
 export_for_template (renderer_base $output)
 Export the data.
 

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: