BundleEntryReaderInterface
BundleEntryReaderInterface
interface BundleEntryReaderInterface implements BundleReaderInterface
Reads individual entries of a resource file.
Methods
mixed | read(string $path, string $locale) Reads a resource bundle. | from BundleReaderInterface |
mixed | readEntry(string $path, string $locale, array $indices, bool $fallback = true) Reads an entry from a resource bundle. | <
|