FormatterInterface
in
Table of Contents
Methods
- format() : mixed|null
- Formats the incoming value based on the config
Methods
format()
Formats the incoming value based on the config
public
format(mixed|null $value, array<string|int, mixed> $config[, array<string|int, mixed> $options = [] ]) : mixed|null
Parameters
- $value : mixed|null
- $config : array<string|int, mixed>
- $options : array<string|int, mixed> = []