- Full name:
\Symfony\Component\Console\Helper\TableCellStyle
Constant | Visibility | Type | Value |
---|---|---|---|
DEFAULT_ALIGN |
public | 'left' | |
TAG_OPTIONS |
private | ['fg', 'bg', 'options'] | |
ALIGN_MAP |
private | ['left' => \STR_PAD_RIGHT, 'center' => \STR_PAD_BOTH, 'right' => \STR_PAD_LEFT] |
private $options
public __construct(array $options = []): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$options |
array |
public getOptions(): array
Gets options we need for tag for example fg, bg.
public getTagOptions(): string[]
public getPadByAlign(): int
public getCellFormat(): ?string