interface TranslatorBagInterface in Plug 7
TranslatorBagInterface.
@author Abdellatif Ait boudad <a.aitboudad@gmail.com>
Hierarchy
- interface \Symfony\Component\Translation\TranslatorBagInterface
Expanded class hierarchy of TranslatorBagInterface
All classes that implement TranslatorBagInterface
File
- lib/
Symfony/ translation/ TranslatorBagInterface.php, line 19
Namespace
Symfony\Component\TranslationView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TranslatorBagInterface:: |
public | function | Gets the catalogue by locale. | 3 |