|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
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. | |
Component representing a table row.
| html_table_row::__construct | ( | array | $cells = null | ) |
Constructor.
| array | $cells |