Documentation

TableCell
in package

Tags
author

Abdellatif Ait boudad a.aitboudad@gmail.com

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]

Methods

__construct()

public __construct([string $value = '' ][, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$value : string = ''
$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

Search results