October\Rain\Translation\LoaderInterface

Source: ~/vendor/october/rain/src/Translation/LoaderInterface.php

Public methods

public void addNamespace(string $namespace, string $hint)

Add a new namespace to the loader.

Parameters
  • string $namespace
  • string $hint

public array load(string $locale, string $group, string $namespace=NULL)

Load the messages for the given locale.

Parameters
  • string $locale
  • string $group
  • string $namespace