Html_Table_Row

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

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

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

Properties

Methods

__construct()

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

add_cell()

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

add_class()

public add_class(mixed $class) : mixed
Parameters
$class : mixed
Return values
mixed

cell_to_array()

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

Search results