Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
qbank_editquestion\output\add_new_question Class Reference
Inheritance diagram for qbank_editquestion\output\add_new_question:

Public Member Functions

 __construct (int $categoryid, array $params, bool $canadd)
 Store data for building the template context.
 
 export_for_template (renderer_base $output)
 

Protected Attributes

bool bool $canadd
 $canadd True if the add question button should be displayed.
 
int int $categoryid
 $categoryid The ID of the category the quesiton will be added to.
 
array array $params
 $params URL parameters to pass to the add question form.
 

Constructor & Destructor Documentation

◆ __construct()

qbank_editquestion\output\add_new_question::__construct ( int $categoryid,
array $params,
bool $canadd )

Store data for building the template context.

Parameters
int$categoryid
array$params
bool$canadd

Member Data Documentation

◆ $canadd

bool bool qbank_editquestion\output\add_new_question::$canadd
protected

$canadd True if the add question button should be displayed.

If false, a placeholder will be shown.


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