Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
qbank_bulkmove\output\bulk_move Class Reference

Output class to create a modal template with selects for question banks, question categories, and a move button. More...

Inheritance diagram for qbank_bulkmove\output\bulk_move:

Public Member Functions

 __construct (int $currentbankid, int $currentcategoryid)
 Instantiate the output class.
 
 export_for_template (renderer_base $output)
 Export data for use by the template.
 

Protected Attributes

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.
 

Detailed Description

Output class to create a modal template with selects for question banks, question categories, and a move button.

Constructor & Destructor Documentation

◆ __construct()

qbank_bulkmove\output\bulk_move::__construct ( int $currentbankid,
int $currentcategoryid )

Instantiate the output class.

Parameters
int$currentbankid
int$currentcategoryid

Member Function Documentation

◆ export_for_template()

qbank_bulkmove\output\bulk_move::export_for_template ( renderer_base $output)

Export data for use by the template.

Parameters
renderer_base$output
Return values
array

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