PhpBundleReader
class PhpBundleReader extends AbstractBundleReader implements BundleReaderInterface
Reads .php 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
in AbstractBundleReader at line line 24
string[]
getLocales(string $path)
Reads the available locales of a resource bundle.
at line line 27
mixed
read(string $path, string $locale)
Reads a resource bundle.