| 1 | <?php |
||
| 17 | class Strings |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @param string $identifier |
||
| 21 | * @param string|null $locale |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public static function getFormattedString($identifier, $locale) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param string $identifier |
||
| 36 | * @param string|null $locale |
||
| 37 | * @return string |
||
| 38 | * @throws \Exception |
||
| 39 | */ |
||
| 40 | public static function getString($identifier, $locale = null) |
||
| 61 | } |
||
| 62 | } |
||
| 63 |