Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
mod_lesson\output\edit_action_area Class Reference

Output the actionbar for this activity. More...

Inheritance diagram for mod_lesson\output\edit_action_area:

Public Member Functions

 __construct (int $cmid, moodle_url $currenturl)
 Constructor for this object.
 
 export_for_template (\renderer_base $output)
 Data for use with a template.
 

Protected Attributes

int $cmid
 The course module ID.
 
moodle_url $currenturl
 The current url for the page.
 

Detailed Description

Output the actionbar for this activity.

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

Constructor & Destructor Documentation

◆ __construct()

mod_lesson\output\edit_action_area::__construct ( int $cmid,
moodle_url $currenturl )

Constructor for this object.

Parameters
int$cmidThe course module ID.
moodle_url$currenturlThe current url for the page.

Member Function Documentation

◆ export_for_template()

mod_lesson\output\edit_action_area::export_for_template ( \renderer_base $output)

Data for use with a template.

Parameters
renderer_base$outputrender base output.
Return values
arraySaid data.

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