Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250605) (9223e346c3e)
qbank_history\helper Class Reference

Static Public Member Functions

static get_question_history_url (int $entryid, string $returnrul, int $cmid, ?string $filter)
 Get the question history url.
 
static question_history_url (int $entryid, string $returnrul, int $courseid, ?string $filter)
 Get the question history url.
 

Member Function Documentation

◆ get_question_history_url()

static qbank_history\helper::get_question_history_url ( int $entryid,
string $returnrul,
int $cmid,
?string $filter )
static

Get the question history url.

Parameters
int$entryidid of the question entry
string$returnrulurl of the page to return to
int$cmidid of the coursemodule holding the question bank.
?string$filterfilter param to pass to the History view
Return values
moodle_url

◆ question_history_url()

static qbank_history\helper::question_history_url ( int $entryid,
string $returnrul,
int $courseid,
?string $filter )
static

Get the question history url.

Parameters
int$entryidid of the question entry
string$returnrulurl of the page to return to
int$courseidid of the course
?string$filterfilter param to pass to the History view
Return values
moodle_url
Deprecated
since Moodle 5.0.
Todo
MDL-82413 Final deprecation in Moodle 6.0.

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