class TableFormat implements FormatterConfigurationItemProviderInterface (View source)

Constants

KEY

Methods

__construct(string|null $listDelimiter, string|null $tableStyle, bool $include_field_labels = true)

No description

array
getConfigurationItem(ReflectionAttribute $attribute)

No description

Details

__construct(string|null $listDelimiter, string|null $tableStyle, bool $include_field_labels = true)

No description

Parameters

string|null $listDelimiter

The delimiter between fields

string|null $tableStyle

The table style.

bool $include_field_labels

array getConfigurationItem(ReflectionAttribute $attribute)

No description

Parameters

ReflectionAttribute $attribute

Return Value

array