Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
mod_feedback\output\renderer Class Reference
Inheritance diagram for mod_feedback\output\renderer:

Public Member Functions

 create_template_form (int $id)
 Render the create template form.
 
 main_action_bar (base_action_bar $actionmenu)
 Generate the tertiary nav.
 
 set_title (array $titleparts, string $pagetitle='')
 Builds the feedback page title.
 

Member Function Documentation

◆ create_template_form()

mod_feedback\output\renderer::create_template_form ( int $id)

Render the create template form.

Parameters
int$id
Return values
bool|string
Deprecated
since 4.5
Todo
MDL-82164 This will be deleted in Moodle 6.0.

◆ main_action_bar()

mod_feedback\output\renderer::main_action_bar ( base_action_bar $actionmenu)

Generate the tertiary nav.

Parameters
base_action_bar$actionmenu
Return values
bool|string

◆ set_title()

mod_feedback\output\renderer::set_title ( array $titleparts,
string $pagetitle = '' )

Builds the feedback page title.

Parameters
array$titlepartsthe different parts to add to the title.
string$pagetitlethe page title to add to the rest of the parts. Empty by default.

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