Methods |
public
|
__construct(bool $removeEscapes = true, bool $wrapAfterFormatting = false)
|
#
|
public
|
withRemoveEscapes(bool $remove = true): static
Get an instance where escapes are removed from strings
Get an instance where escapes are removed from strings
|
#
|
public
|
withWrapAfterFormatting(bool $value = true): static
Get an instance where strings are wrapped after formatting
Get an instance where strings are wrapped after formatting
|
#
|
public
|
removesEscapes(): bool
Check if escapes should be removed from strings
Check if escapes should be removed from strings
|
#
|
public
|
wrapsAfterFormatting(): bool
Check if strings should be wrapped after formatting
Check if strings should be wrapped after formatting
|
#
|
public
|
withFormat(FormatInterface::TAG_* $tag, FormatInterface $format): static
Get an instance where a format is assigned to a tag
Get an instance where a format is assigned to a tag
|
#
|
public
|
getFormat(FormatInterface::TAG_* $tag): FormatInterface
Get the format assigned to a tag
Get the format assigned to a tag
|
#
|