Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
qbank_columnsortorder\output\add_column Class Reference
Inheritance diagram for qbank_columnsortorder\output\add_column:

Public Member Functions

 __construct (column_manager $columnmanager, moodle_url $returnurl, bool $global=false)
 Store arguments for generating template context.
 
 export_for_template (renderer_base $output)
 

Protected Attributes

column_manager column_manager $columnmanager
 The column manager for getting the list of hidden columns.
 
bool bool $global
 True if we are changing global config, false for user preferences.
 
moodle_url moodle_url $returnurl
 The current page URL to redirect back to.
 

Constructor & Destructor Documentation

◆ __construct()

qbank_columnsortorder\output\add_column::__construct ( column_manager $columnmanager,
moodle_url $returnurl,
bool $global = false )

Store arguments for generating template context.

Parameters
column_manager$columnmanager
moodle_url$returnurl
bool$global

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