DownloadI18Next\Locale\Processor\Key
Properties
$translations
protected \I18Next\Locale\Processor\Translations $translations
Methods
processKey
string|null I18Next\Locale\Processor\Key::processKey(string key, string|null context, int|null counter)
Arguments
-
key string
-
context string|null
-
counter int|null
processWithCounter
mixed|null I18Next\Locale\Processor\Key::processWithCounter(string key, int|null counter)
Arguments
-
key string
-
counter int|null
process
mixed|null I18Next\Locale\Processor\Key::process(key)
Arguments
processWithNamespaceWithCounter
mixed|null I18Next\Locale\Processor\Key::processWithNamespaceWithCounter(string key, int|null counter)
Arguments
-
key string
-
counter int|null
processWithNamespace
mixed|null I18Next\Locale\Processor\Key::processWithNamespace(key)
Arguments
getKeyNamespace
string|null I18Next\Locale\Processor\Key::getKeyNamespace(key)
Arguments
getOnlyKeyFromNamespacedKey
bool|string I18Next\Locale\Processor\Key::getOnlyKeyFromNamespacedKey(key, namespace)
Arguments
-
key mixed
-
namespace mixed
__construct
mixed I18Next\Locale\Processor\AbstractProcessor::__construct(\I18Next\Locale\Processor\Translations translations)
AbstractProcessor constructor.
Arguments
-
translations I18Next\Locale\Processor\Translations
|