Output class to create a modal template with selects for question banks, question categories, and a move button.
More...
|
| __construct (int $currentbankid, int $currentcategoryid) |
| Instantiate the output class.
|
|
| export_for_template (renderer_base $output) |
| Export data for use by the template.
|
|
|
int int | $currentbankid |
| The question bank id you are currently moving the question(s) from.
|
|
int int | $currentcategoryid |
| The question category id you are moving the question(s) from.
|
|
Output class to create a modal template with selects for question banks, question categories, and a move button.
◆ __construct()
qbank_bulkmove\output\bulk_move::__construct |
( |
int | $currentbankid, |
|
|
int | $currentcategoryid ) |
Instantiate the output class.
- Parameters
-
int | $currentbankid | |
int | $currentcategoryid | |
◆ export_for_template()
qbank_bulkmove\output\bulk_move::export_for_template |
( |
renderer_base | $output | ) |
|
Export data for use by the template.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- question/bank/bulkmove/classes/output/bulk_move.php