Skip to content

Latest commit

 

History

History
157 lines (50 loc) · 1.1 KB

TableSeparator.md

File metadata and controls

157 lines (50 loc) · 1.1 KB

TableSeparator

Marks a row as being a separator.

Methods

__construct

public __construct(array $options = []): mixed

Parameters:

Parameter Type Description
$options array

Inherited methods

__construct

public __construct(string $value = '', array $options = []): mixed

Parameters:

Parameter Type Description
$value string
$options array

__toString

Returns the cell value.

public __toString(): string

getColspan

Gets number of colspan.

public getColspan(): int

getRowspan

Gets number of rowspan.

public getRowspan(): int

getStyle

public getStyle(): ?\Symfony\Component\Console\Helper\TableCellStyle