Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
mod_survey\output\actionbar Class Reference
Inheritance diagram for mod_survey\output\actionbar:
renderable templatable

Public Member Functions

 __construct (int $id, string $action, moodle_url $currenturl)
 actionbar constructor.
 
 export_for_template (renderer_base $output)
 Data for the template.
 

Constructor & Destructor Documentation

◆ __construct()

mod_survey\output\actionbar::__construct ( int $id,
string $action,
moodle_url $currenturl )

actionbar constructor.

Parameters
int$idThe course module id.
string$actionThe action string.
moodle_url$currenturlThe current URL.

Member Function Documentation

◆ export_for_template()

mod_survey\output\actionbar::export_for_template ( renderer_base $output)

Data for the template.

Parameters
renderer_base$outputrenderer_base object.
Return values
arraydata for the template

Implements templatable.


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