class BundleEntryReader implements BundleEntryReaderInterface
Default implementation of {@link BundleEntryReaderInterface}.
Methods
__construct(BundleReaderInterface $reader) Creates an entry reader based on the given resource bundle reader.
setLocaleAliases(array $localeAliases) Stores a mapping of locale aliases to locales.
mixed read(string $path, string $locale) Reads a resource bundle.
mixed readEntry(string $path, string $locale, array $indices, bool $fallback = true