$registry
$registry : array
A registry to retain formatter objects.
A ServiceLocator implementation for loading and retaining formatter objects.
get(string $name) : \Aura\Intl\FormatterInterface
Gets a formatter from the registry by name.
string | $name | The formatter to retrieve. |
A formatter object.