.. rst-class:: phpdoctorst
.. role:: php(code)
:language: php
AbstractProcessor
=================
.. php:namespace:: I18Next\Locale\Processor
.. rst-class:: abstract
.. php:class:: AbstractProcessor
:Source:
`src/I18Next/Locale/Processor/AbstractProcessor.php#12 <https://github.com/abbadon1334/atk4-i18next-php/blob/master/src/I18Next/Locale/Processor/AbstractProcessor.php#L12>`_
Summary
-------
Methods
~~~~~~~
* :php:meth:`public \_\_construct\($translations\)<I18Next\\Locale\\Processor\\AbstractProcessor::\_\_construct\(\)>`
Properties
----------
.. php:attr:: protected static translations
:Source:
`src/I18Next/Locale/Processor/AbstractProcessor.php#15 <https://github.com/abbadon1334/atk4-i18next-php/blob/master/src/I18Next/Locale/Processor/AbstractProcessor.php#L15>`_
:Type: :any:`\\I18Next\\Locale\\Translations <I18Next\\Locale\\Translations>`
Methods
-------
.. rst-class:: public
.. php:method:: public __construct( $translations)
.. rst-class:: phpdoc-description
| AbstractProcessor constructor\.
:Source:
`src/I18Next/Locale/Processor/AbstractProcessor.php#22 <https://github.com/abbadon1334/atk4-i18next-php/blob/master/src/I18Next/Locale/Processor/AbstractProcessor.php#L22>`_
:Parameters:
* **$translations** (:any:`I18Next\\Locale\\Translations <I18Next\\Locale\\Translations>`)
|