| Elgg
    Version 2.3
    | 
WARNING: API IN FLUX. More...
 
  
| Public Member Functions | |
| get ($key, Locale $locale) | |
| Fetches the translatable message associated with the given key.  More... | |
WARNING: API IN FLUX.
DO NOT USE DIRECTLY.
TODO(ewinslow): Have this extend Table(row=string, column=Locale, value=?MessageTemplate) if we ever support a Table data structure.
@access private
Definition at line 14 of file MessageBundle.php.
| Elgg\I18n\MessageBundle::get | ( | $key, | |
| Locale | $locale | ||
| ) | 
Fetches the translatable message associated with the given key.
| string | $key | String identifier for the message | 
| Locale | $locale | Locale in which the message is written | 
Implemented in Elgg\I18n\ArrayMessageBundle.