\Html_Table_Row

Represents a row in a <code>Html_Data_Table</code>.

Summary

Methods
Properties
Constants
__construct()
add_cell()
length()
is_empty()
to_html()
to_array()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
cell_to_array()
$attributes
$cells
N/A

Properties

$attributes

$attributes :

Type

$cells

$cells :

Type

Methods

__construct()

__construct(  $atttributes = array())

Parameters

$atttributes

add_cell()

add_cell(  $data,  $attributes = array(),  $key = false,  $is_heading = false)

Parameters

$data
$attributes
$key
$is_heading

length()

length()

is_empty()

is_empty(  $check_data = false)

Parameters

$check_data

to_html()

to_html()

to_array()

to_array()

cell_to_array()

cell_to_array(  $cell)

Parameters

$cell