Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Namespaces | |
namespace | qbank_viewquestionname |
| |
namespace | qbank_viewquestionname\output |
| |
namespace | qbank_viewquestionname\privacy |
| |
Functions | |
qbank_viewquestionname_inplace_editable ($itemtype, $itemid, $newvalue) | |
In place editing callback for question name. | |
Variables | |
$plugin = 2024041600 | |
$plugin | component = 'qbank_viewquestionname' |
$plugin | maturity = MATURITY_STABLE |
$plugin | version = 2024042200 |
qbank_viewquestionname_inplace_editable | ( | $itemtype, | |
$itemid, | |||
$newvalue ) |
In place editing callback for question name.
string | $itemtype | type of the item, questionname for this instance |
int | $itemid | question id to change the title |
string | $newvalue | the changed question title |
core\output\inplace_editable |