| 1 | <?php |
||
| 10 | class TranslationLoader extends FileLoader |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Load the messages for the given locale. |
||
| 14 | * |
||
| 15 | * @param string $locale |
||
| 16 | * @param string $group |
||
| 17 | * @param string $namespace |
||
| 18 | * |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | public function load($locale, $group, $namespace = null): array |
||
| 38 | |||
| 39 | protected function fragmentsAreAvailable(): bool |
||
| 53 | } |
||
| 54 |