|
Previous Page |
Solar_View_Helper_GetTextRaw |
Next Page |
getTextRaw()
public
string
getTextRaw (
string $key,
int|float $num default 1,
array $replace default NULL
)
Returns a localized string WITH NO ESCAPING.
Parameters
- (string)
$key: The locale key to look up from the class. - (int|float)
$num: A number to help determine if the translation should return singluar or plural. - (array)
$replace: If an array, will call vsprintf() on the localized string using the replacements in the array.
Returns
- (string) The translated locale string.
Description
Returns a localized string WITH NO ESCAPING.