Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
html_table_row Class Reference

Component representing a table row. More...

Public Member Functions

 __construct (array $cells=null)
 Constructor.
 

Public Attributes

array $attributes = array()
 Attributes of additional HTML attributes for the element.
 
array $cells = array()
 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.
 

Detailed Description

Component representing a table row.

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

Constructor & Destructor Documentation

◆ __construct()

html_table_row::__construct ( array $cells = null)

Constructor.

Parameters
array$cells

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