DownloadI18Next\Locale\Processor\Value
Properties
$translations
protected \I18Next\Locale\Processor\Translations $translations
Methods
processValue
string|null I18Next\Locale\Processor\Value::processValue(string|null found_key, array|null parameters)
Arguments
-
found_key string|null
-
parameters array|null
processValueInterpolate
mixed|string I18Next\Locale\Processor\Value::processValueInterpolate(string found_key, array|null parameters)
Arguments
-
found_key string
-
parameters array|null
processValueReplaceParameter
mixed|string I18Next\Locale\Processor\Value::processValueReplaceParameter(string found_key, index, parameters)
Arguments
-
found_key string
-
index mixed
-
parameters mixed
processValueNested
mixed I18Next\Locale\Processor\Value::processValueNested(string found_key, array parameters)
Arguments
-
found_key string
-
parameters array
__construct
mixed I18Next\Locale\Processor\AbstractProcessor::__construct(\I18Next\Locale\Processor\Translations translations)
AbstractProcessor constructor.
Arguments
-
translations I18Next\Locale\Processor\Translations
|