Elgg  Version 2.3
MessageBundle.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\I18n;
3 
14 interface MessageBundle {
15 
24  public function get($key, Locale $locale);
25 }
WARNING: API IN FLUX.
Definition: Locale.php:13
$key
Definition: summary.php:34
WARNING: API IN FLUX.