Copied!
CloneableInstantiable
Constants
public Symfony\Component\Console\Helper\TableCellStyle::DEFAULT_ALIGN = 'left'
Methods
public __construct(array $options = [])
public getCellFormat() : ?string
public getOptions() : array
public getPadByAlign() : int
public getTagOptions() : array
 

Gets options we need for tag for example fg, bg.

  • return string[]
Constants
private Symfony\Component\Console\Helper\TableCellStyle::ALIGN_MAP = ['left' => 1, 'center' => 2, 'right' => 0]
private Symfony\Component\Console\Helper\TableCellStyle::TAG_OPTIONS = ['fg', 'bg', 'options']
Properties
private array $options = ['fg' => 'default', 'bg' => 'default', 'options' => NULL, 'align' => 'left', 'cellFormat' => NULL]
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration