Html_Table_Row
in package

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

Tags
author

Barn2 Plugins [email protected]

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

$attributes  : mixed
$cells  : mixed
__construct()  : mixed
add_cell()  : mixed
is_empty()  : mixed
length()  : mixed
to_array()  : mixed
to_html()  : mixed
cell_to_array()  : mixed

Properties

Methods

__construct()

public __construct([mixed $atttributes = array() ]) : mixed
Parameters
$atttributes : mixed = array()
Return values
mixed

add_cell()

public add_cell(mixed $data[, mixed $attributes = array() ][, mixed $key = false ][, mixed $is_heading = false ]) : mixed
Parameters
$data : mixed
$attributes : mixed = array()
$key : mixed = false
$is_heading : mixed = false
Return values
mixed

is_empty()

public is_empty([mixed $check_data = false ]) : mixed
Parameters
$check_data : mixed = false
Return values
mixed

cell_to_array()

private static cell_to_array(mixed $cell) : mixed
Parameters
$cell : mixed
Return values
mixed

Search results