Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | List of all members
html_table_row Class Reference

Public Member Functions

 __construct (array $cells=null)
 Constructor. More...
 

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.
 

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: