class TableCell

Methods

__construct(string $value = '', array $options = array())

No description

string
__toString()

Returns the cell value.

int
getColspan()

Gets number of colspan.

int
getRowspan()

Gets number of rowspan.

Details

at line line 38
__construct(string $value = '', array $options = array())

Parameters

string $value
array $options

at line line 55
string __toString()

Returns the cell value.

Return Value

string

at line line 65
int getColspan()

Gets number of colspan.

Return Value

int

at line line 75
int getRowspan()

Gets number of rowspan.

Return Value

int