fallbackFormat() protected method
Fallback implementation for MessageFormatter::formatMessage
protected string|boolean fallbackFormat ( $pattern, $args, $locale ) | ||
---|---|---|
$pattern | string |
The pattern string to insert things into. |
$args | array |
The array of values to insert into the format string |
$locale | string |
The locale to use for formatting locale-dependent parts |
return | string|boolean |
The formatted pattern string or |
Please login to continue.