PHP Classes

File: docs/source/api/I18Next/Locale/Processor/Value.rst

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 i18next PHP   docs/source/api/I18Next/Locale/Processor/Value.rst   Download  
File: docs/source/api/I18Next/Locale/Processor/Value.rst
Role: Auxiliary data
Content type: text/plain
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,386 bytes
 

Contents

Class file image Download
.. rst-class:: phpdoctorst .. role:: php(code) :language: php Value ===== .. php:namespace:: I18Next\Locale\Processor .. rst-class:: final .. php:class:: Value :Source: `src/I18Next/Locale/Processor/Value.php#12 <https://github.com/abbadon1334/atk4-i18next-php/blob/master/src/I18Next/Locale/Processor/Value.php#L12>`_ :Parent: :php:class:`I18Next\\Locale\\Processor\\AbstractProcessor` Summary ------- Methods ~~~~~~~ * :php:meth:`public processValue\($found\_key, $parameters\)<I18Next\\Locale\\Processor\\Value::processValue\(\)>` * :php:meth:`private processValueInterpolate\($found\_key, $parameters\)<I18Next\\Locale\\Processor\\Value::processValueInterpolate\(\)>` * :php:meth:`private processValueReplaceParameter\($found\_key, $index, $parameters\)<I18Next\\Locale\\Processor\\Value::processValueReplaceParameter\(\)>` * :php:meth:`private processValueNested\($found\_key, $parameters\)<I18Next\\Locale\\Processor\\Value::processValueNested\(\)>` Methods ------- .. rst-class:: public .. php:method:: public processValue( &$found_key, $parameters) :Source: `src/I18Next/Locale/Processor/Value.php#20 <https://github.com/abbadon1334/atk4-i18next-php/blob/master/src/I18Next/Locale/Processor/Value.php#L20>`_ :Parameters: * **$found_key** (string | null) * **$parameters** (array | null) :Returns: string | null