class BinaryBundleReader extends AbstractBundleReader implements BundleReaderInterface
Reads binary .res resource bundles.
Methods
string[] | getLocales(string $path) Reads the available locales of a resource bundle. | from AbstractBundleReader |
mixed | read(string $path, string $locale) Reads a resource bundle. |
Details
string[] getLocales(string $path)
Reads the available locales of a resource bundle.
mixed read(string $path, string $locale)
Reads a resource bundle.
Please login to continue.