Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
tool_brickfield\output\printable\renderer Class Reference
Inheritance diagram for tool_brickfield\output\printable\renderer:
tool_brickfield\output\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 Printable report.
 
 get_errors_table (\stdClass $data)
 Gets the Top Errors table.
 
 get_group_table (\stdClass $data)
 Gets the Check Errors table.
 
 get_inaccessible_table (\stdClass $data)
 Gets the Failed Activities table.
 
 get_ratio_table (\stdClass $data)
 Gets the Activity Pass Ratio table.
 
 notvalidatedalert ()
 Render the "not validated" alert message.
 
 pdf_renderer (\stdClass $data, filter $filter)
 Renders the accessability report using the pdflib.
 
 render_table (array $headers, array $data, string $title, array $widths)
 Builds the HTML for a styled table used in the pdf report.
 
 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)
inherited

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)
inherited

Render the analysis request button.

Parameters
int$courseid
Return values
string
Exceptions
coding_exception
moodle_exception

◆ cachealert()

tool_brickfield\output\renderer::cachealert ( )
inherited

Render the cache alert message.

Return values
string
Exceptions
coding_exception
dml_exception

◆ display()

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

Render the page containing the Printable report.

Parameters
stdClass$dataReport data.
filter$filterDisplay filters.
Return values
StringHTML showing charts.
Exceptions
coding_exception
dml_exception
moodle_exception

Reimplemented from tool_brickfield\output\renderer.

◆ get_errors_table()

tool_brickfield\output\printable\renderer::get_errors_table ( \stdClass $data)

Gets the Top Errors table.

Parameters
stdClass$dataReport data.
Return values
stringThe HTML code of the table.

◆ get_group_table()

tool_brickfield\output\printable\renderer::get_group_table ( \stdClass $data)

Gets the Check Errors table.

Parameters
stdClass$dataReport data.
Return values
stringThe HTML code of the table.

◆ get_inaccessible_table()

tool_brickfield\output\printable\renderer::get_inaccessible_table ( \stdClass $data)

Gets the Failed Activities table.

Parameters
stdClass$dataReport data.
Return values
stringThe HTML code of the table.

◆ get_ratio_table()

tool_brickfield\output\printable\renderer::get_ratio_table ( \stdClass $data)

Gets the Activity Pass Ratio table.

Parameters
stdClass$dataReport data.
Return values
stringThe HTML code of the table.

◆ notvalidatedalert()

tool_brickfield\output\renderer::notvalidatedalert ( )
inherited

Render the "not validated" alert message.

Return values
string
Exceptions
coding_exception

◆ pdf_renderer()

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

Renders the accessability report using the pdflib.

Parameters
stdClass$dataReport data.
filter$filterDisplay filters.
Exceptions
coding_exception
dml_exception
moodle_exception
Return values
void

◆ render_table()

tool_brickfield\output\printable\renderer::render_table ( array $headers,
array $data,
string $title,
array $widths )

Builds the HTML for a styled table used in the pdf report.

Parameters
array$headersThe headers of the table.
array$dataThe table data.
string$titleThe title of the table.
array$widthsThe widths of the table columns.
Return values
stringThe HTML code of the table.

◆ render_tabtree()

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

Renders tabtree.

Parameters
tabtree$tabtree
Return values
string
Exceptions
moodle_exception

◆ tabs()

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

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: