AbstractBundle
class AbstractBundle implements ResourceBundleInterface
Base class for {@link ResourceBundleInterface} implementations.
Methods
__construct(string $path, StructuredBundleReaderInterface $reader)
Creates a bundle at the given path using the given reader for reading bundle entries.
string[]
getLocales()
Returns the list of locales that this bundle supports.
Details
at line line 42
__construct(string $path, StructuredBundleReaderInterface $reader)
Creates a bundle at the given path using the given reader for reading bundle entries.
at line line 51
string[]
getLocales()
Returns the list of locales that this bundle supports.