Marks a row as being a separator.
- Full name:
\Symfony\Component\Console\Helper\TableSeparator
- Parent class:
\Symfony\Component\Console\Helper\TableCell
public __construct(array $options = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$options |
array |
public __construct(string $value = '', array $options = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$value |
string | |
$options |
array |
Returns the cell value.
public __toString(): string
Gets number of colspan.
public getColspan(): int
Gets number of rowspan.
public getRowspan(): int
public getStyle(): ?\Symfony\Component\Console\Helper\TableCellStyle