PHP Classes

File: docs/_sources/I18Next/Locale/Processor.rst.txt

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 i18next PHP   docs/_sources/I18Next/Locale/Processor.rst.txt   Download  
File: docs/_sources/I18Next/Locale/Processor.rst.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: ATK4 i18next PHP
Translate application texts like il8next-PHP
Author: By
Last change:
Date: 4 years ago
Size: 1,844 bytes
 

Contents

Class file image Download
.. rst-class:: phpdoctorst .. role:: php(code) :language: php Processor ========= .. php:namespace:: I18Next\Locale .. rst-class:: final .. php:class:: Processor :Source: `src/I18Next/Locale/Processor.php#13 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale/Processor.php#L13>`_ Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($translations\)<I18Next\\Locale\\Processor::\_\_construct\(\)>` * :php:meth:`public process\($key, $parameters, $context\)<I18Next\\Locale\\Processor::process\(\)>` * :php:meth:`private getKeyNamespace\($key\)<I18Next\\Locale\\Processor::getKeyNamespace\(\)>` * :php:meth:`private getCountFromParameters\($parameters\)<I18Next\\Locale\\Processor::getCountFromParameters\(\)>` * :php:meth:`private getContextFromParameters\($parameters, $context\)<I18Next\\Locale\\Processor::getContextFromParameters\(\)>` * :php:meth:`private getNamespaceFromParameters\($parameters\)<I18Next\\Locale\\Processor::getNamespaceFromParameters\(\)>` * :php:meth:`private processKeyForNamespaces\($key, $keyNamespaceFromParameters\)<I18Next\\Locale\\Processor::processKeyForNamespaces\(\)>` Properties ---------- Methods ------- .. rst-class:: public .. php:method:: public __construct( $translations) :Source: `src/I18Next/Locale/Processor.php#24 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale/Processor.php#L24>`_ .. rst-class:: public .. php:method:: public process( $key, $parameters=null, $context=null) :Source: `src/I18Next/Locale/Processor.php#38 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale/Processor.php#L38>`_ :Parameters: * **$key** (string) * **$parameters** (array | null) * **$context** (string | null) :Returns: string | null