You are here

interface TranslatorBagInterface in Plug 7

TranslatorBagInterface.

@author Abdellatif Ait boudad <a.aitboudad@gmail.com>

Hierarchy

Expanded class hierarchy of TranslatorBagInterface

All classes that implement TranslatorBagInterface

File

lib/Symfony/translation/TranslatorBagInterface.php, line 19

Namespace

Symfony\Component\Translation
View source
interface TranslatorBagInterface {

  /**
   * Gets the catalogue by locale.
   *
   * @param string|null $locale The locale or null to use the default
   *
   * @throws \InvalidArgumentException If the locale contains invalid characters
   *
   * @return MessageCatalogueInterface
   */
  public function getCatalogue($locale = null);

}

Members

Namesort descending Modifiers Type Description Overrides
TranslatorBagInterface::getCatalogue public function Gets the catalogue by locale. 3