PHP Classes

File: docs/md/I18Next-Locale-Processor-Value.md

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 i18next PHP   docs/md/I18Next-Locale-Processor-Value.md   Download  
File: docs/md/I18Next-Locale-Processor-Value.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: ATK4 i18next PHP
Translate application texts like il8next-PHP
Author: By
Last change: Update documentation
Date: 4 years ago
Size: 1,737 bytes
 

Contents

Class file image Download

I18Next\Locale\Processor\Value

Properties

$translations

protected \I18Next\Locale\Processor\Translations $translations

  • Visibility: protected

Methods

processValue

string|null I18Next\Locale\Processor\Value::processValue(string|null found_key, array|null parameters)

  • Visibility: public

Arguments

  • found_key string|null
  • parameters array|null

processValueInterpolate

mixed|string I18Next\Locale\Processor\Value::processValueInterpolate(string found_key, array|null parameters)

  • Visibility: private

Arguments

  • found_key string
  • parameters array|null

processValueReplaceParameter

mixed|string I18Next\Locale\Processor\Value::processValueReplaceParameter(string found_key, index, parameters)

  • Visibility: private

Arguments

  • found_key string
  • index mixed
  • parameters mixed

processValueNested

mixed I18Next\Locale\Processor\Value::processValueNested(string found_key, array parameters)

  • Visibility: private

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