Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
core\check\table Class Reference

A table of check results. More...

Inheritance diagram for core\check\table:
renderable

Public Member Functions

 __construct ($type, $url, $detail='')
 Constructor.
 
 render ($output)
 Render a table of checks.
 

Public Attributes

array $checks = []
 $checks shown in this table
 
check $detail = ''
 $detail a specific check to focus on
 

Protected Attributes

string $type = ''
 $type What type of checks
 
moodle_url $url = ''
 $url
 

Detailed Description

A table of check results.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

core\check\table::__construct ( $type,
$url,
$detail = '' )

Constructor.

Parameters
string$typeof check
string$urlof report
string$detailcheck to focus on

Member Function Documentation

◆ render()

core\check\table::render ( $output)

Render a table of checks.

Parameters
renderer$outputto use
Return values
stringhtml output

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