TTableRow
extends TElement
in package
TableRow: Represents a row inside a table
Tags
Table of Contents
Properties
- $section : mixed
Methods
- __construct() : mixed
- Class Constructor
- addCell() : TTableCell
- Add a new cell (TTableCell) to the Table Row
- addMultiCell() : mixed
- Add a multi-cell content to a table cell
- clearChildren() : mixed
- Clear any child elements
Properties
$section
private
mixed
$section
Methods
__construct()
Class Constructor
public
__construct([mixed $section = 'tbody' ]) : mixed
Parameters
- $section : mixed = 'tbody'
addCell()
Add a new cell (TTableCell) to the Table Row
public
addCell( $value) : TTableCell
Parameters
Return values
TTableCelladdMultiCell()
Add a multi-cell content to a table cell
public
addMultiCell() : mixed
clearChildren()
Clear any child elements
public
clearChildren() : mixed