Html_Table_Cell
Represents a cell in a <code>Html_Table_Row</code>.
Tags
Table of Contents
- $data : mixed
- $attributes : mixed
- $is_heading : mixed
- __construct() : mixed
- is_heading() : mixed
- to_array() : mixed
- to_html() : mixed
Properties
$data
public
mixed
$data
= ''
$attributes
private
mixed
$attributes
= []
$is_heading
private
mixed
$is_heading
= \false
Methods
__construct()
public
__construct(mixed $data[, mixed $attributes = [] ][, mixed $is_heading = false ]) : mixed
Parameters
- $data : mixed
- $attributes : mixed = []
- $is_heading : mixed = false
Return values
mixed —is_heading()
public
is_heading() : mixed
Return values
mixed —to_array()
public
to_array() : mixed
Return values
mixed —to_html()
public
to_html() : mixed