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

Public Member Functions

 __construct ($text=null)
 Constructs a table cell. More...
 

Public Attributes

string $abbr = null
 Abbreviated version of the contents of the cell.
 
array $attributes = array()
 Attributes of additional HTML attributes for the element.
 
int $colspan = null
 Number of columns this cell should span.
 
bool $header = null
 Whether or not this cell is a header cell.
 
string $id = null
 Value to use for the id attribute of the cell.
 
int $rowspan = null
 Number of rows this cell should span.
 
string $scope = null
 Defines a way to associate header cells and data cells in a table.
 
string $style = null
 Value to use for the style attribute of the table cell.
 
string $text
 The contents of the cell.
 

Constructor & Destructor Documentation

◆ __construct()

html_table_cell::__construct (   $text = null)

Constructs a table cell.

Parameters
string$text

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