Interface FormatterInterface
Formatter Interface
Namespace: Cake\I18n
Method Summary
-
format() public
Returns a string with all passed variables interpolated into the original message. Variables are interpolated using the sprintf format.
Method Detail
format() ΒΆ public
format(string $locale, string $message, array $tokenValues): string
Returns a string with all passed variables interpolated into the original message. Variables are interpolated using the sprintf format.
Parameters
-
string
$locale The locale in which the message is presented.
-
string
$message The message to be translated
-
array
$tokenValues The list of values to interpolate in the message
Returns
string