TableSeparator
extends TableCell
in package
Marks a row as being a separator.
Tags
Table of Contents
- $options : mixed
- $value : mixed
- __construct() : mixed
- __toString() : string
- Returns the cell value.
- getColspan() : int
- Gets number of colspan.
- getRowspan() : int
- Gets number of rowspan.
- getStyle() : TableCellStyle|null
Properties
$options
private
mixed
$options
= ['rowspan' => 1, 'colspan' => 1, 'style' => null]
$value
private
mixed
$value
Methods
__construct()
public
__construct([array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $options : array<string|int, mixed> = []
Return values
mixed —__toString()
Returns the cell value.
public
__toString() : string
Return values
string —getColspan()
Gets number of colspan.
public
getColspan() : int
Return values
int —getRowspan()
Gets number of rowspan.
public
getRowspan() : int
Return values
int —getStyle()
public
getStyle() : TableCellStyle|null