Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
tool_brickfield\output\renderer Class Reference
Inheritance diagram for tool_brickfield\output\renderer:
tool_brickfield\output\activityresults\renderer tool_brickfield\output\advanced\renderer tool_brickfield\output\checktyperesults\renderer tool_brickfield\output\errors\renderer tool_brickfield\output\printable\renderer

Public Member Functions

 analysisalert (int $courseid)
 This function assumes that 'scheduler::is_analysed' has already failed.
 
 analysisbutton (int $courseid)
 Render the analysis request button.
 
 cachealert ()
 Render the cache alert message.
 
 display (\stdClass $data, filter $filter)
 Render the page containing the tool report.
 
 notvalidatedalert ()
 Render the "not validated" alert message.
 
 tabs (filter $filter, array $tools)
 Render the valid tabs.
 

Protected Member Functions

 render_tabtree (tabtree $tabtree)
 Renders tabtree.
 

Member Function Documentation

◆ analysisalert()

tool_brickfield\output\renderer::analysisalert ( int $courseid)

This function assumes that 'scheduler::is_analysed' has already failed.

Parameters
int$courseid
Return values
string
Exceptions
coding_exception
moodle_exception

◆ analysisbutton()

tool_brickfield\output\renderer::analysisbutton ( int $courseid)

Render the analysis request button.

Parameters
int$courseid
Return values
string
Exceptions
coding_exception
moodle_exception

◆ cachealert()

tool_brickfield\output\renderer::cachealert ( )

Render the cache alert message.

Return values
string
Exceptions
coding_exception
dml_exception

◆ display()

tool_brickfield\output\renderer::display ( \stdClass $data,
filter $filter )

Render the page containing the tool report.

Parameters
stdClass$dataReport data.
filter$filterDisplay filters.
Return values
StringHTML showing charts.

Reimplemented in tool_brickfield\output\activityresults\renderer, tool_brickfield\output\advanced\renderer, tool_brickfield\output\checktyperesults\renderer, tool_brickfield\output\errors\renderer, and tool_brickfield\output\printable\renderer.

◆ notvalidatedalert()

tool_brickfield\output\renderer::notvalidatedalert ( )

Render the "not validated" alert message.

Return values
string
Exceptions
coding_exception

◆ render_tabtree()

tool_brickfield\output\renderer::render_tabtree ( tabtree $tabtree)
protected

Renders tabtree.

Parameters
tabtree$tabtree
Return values
string
Exceptions
moodle_exception

◆ tabs()

tool_brickfield\output\renderer::tabs ( filter $filter,
array $tools )

Render the valid tabs.

Parameters
filter$filter
array$tools
Return values
string
Exceptions
moodle_exception

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