| 
| 
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. 
  | 
|   | 
◆ __construct()
      
        
          | html_table_cell::__construct  | 
          ( | 
            | 
          $text = null | ) | 
           | 
        
      
 
Constructs a table cell. 
- Parameters
 - 
  
  
 
 
 
The documentation for this class was generated from the following file: