Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
core_table\output\html_table_row Class Reference

Public Member Functions

 __construct (?array $cells=null)
 Constructor.
 

Public Attributes

array $attributes = []
 Attributes of additional HTML attributes for the element.
 
array $cells = []
 Array of html_table_cell objects.
 
string $id = null
 Value to use for the id attribute of the row.
 
string $style = null
 Value to use for the style attribute of the table row.
 

Constructor & Destructor Documentation

◆ __construct()

core_table\output\html_table_row::__construct ( ?array $cells = null)

Constructor.

Parameters
null | array$cells

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