Component representing a table cell.
More...
|
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.
|
|
Component representing a table cell.
- Copyright
- 2009 Nicolas Connault
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
- Since
- Moodle 2.0
◆ __construct()
html_table_cell::__construct |
( |
| $text = null | ) |
|
Constructs a table cell.
- Parameters
-
The documentation for this class was generated from the following file: