Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
mod_quiz\output\edit_nav_actions Class Reference
Inheritance diagram for mod_quiz\output\edit_nav_actions:

Public Member Functions

 __construct (protected int readonly int $cmid, protected string readonly string $whichpage,)
 overrides_action constructor.
 
 export_for_template (renderer_base $output)
 

Public Attributes

string const GRADING = 'grading'
 option for $whichpage argument to the constructor.
 
string const SUMMARY = 'summary'
 option for $whichpage argument to the constructor.
 

Constructor & Destructor Documentation

◆ __construct()

mod_quiz\output\edit_nav_actions::__construct ( protected int readonly int $cmid,
protected string readonly string $whichpage )

overrides_action constructor.

Parameters
int$cmidThe course module id.
string$whichpageself::SUMMARY (edit.php) or self::GRADING (editgrading.php).
Parameters
$cmidThe course module ID.
$whichpagewhich page this is. Either self::SUMMARY (edit.php) or self::GRADING (editgrading.php).

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