.. rst-class:: phpdoctorst
.. role:: php(code)
:language: php
Locale
======
.. php:namespace:: I18Next
.. rst-class:: final
.. php:class:: Locale
:Source:
`src/I18Next/Locale.php#14 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale.php#L14>`_
Summary
-------
Methods
~~~~~~~
* :php:meth:`public \_\_construct\($code\)<I18Next\\Locale::\_\_construct\(\)>`
* :php:meth:`public load\($path, $use\_filename\_as\_namespace, $namespace\_priority\)<I18Next\\Locale::load\(\)>`
* :php:meth:`public process\($key, $parameters, $context\)<I18Next\\Locale::process\(\)>`
* :php:meth:`public setLoaderFormat\($format\)<I18Next\\Locale::setLoaderFormat\(\)>`
Properties
----------
Methods
-------
.. rst-class:: public
.. php:method:: public __construct( $code)
:Source:
`src/I18Next/Locale.php#22 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale.php#L22>`_
.. rst-class:: public
.. php:method:: public load( $path, $use_filename_as_namespace, ...$namespace_priority)
:Source:
`src/I18Next/Locale.php#36 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale.php#L36>`_
:Parameters:
* **$path** (string)
* **$use_filename_as_namespace** (bool)
* **...$namespace_priority** (string | null)
:Throws: :any:`\\atk4\\core\\Exception <atk4\\core\\Exception>`
.. rst-class:: public
.. php:method:: public process( $key, $parameters=null, $context=null)
:Source:
`src/I18Next/Locale.php#41 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale.php#L41>`_
.. rst-class:: public
.. php:method:: public setLoaderFormat( $format)
:Source:
`src/I18Next/Locale.php#46 <https://github.com/abbadon1334/phpdoc-to-rst/blob/master/src/I18Next/Locale.php#L46>`_
|