W3cubDocs

/Symfony 2.7

Symfony\Component\Intl\ResourceBundle\AbstractBundle

abstract 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

public __construct(string $path, StructuredBundleReaderInterface $reader)

Creates a bundle at the given path using the given reader for reading bundle entries.

Parameters

string $path The path to the bundle.
StructuredBundleReaderInterface $reader The reader for reading the bundle.

public string[] getLocales()

Returns the list of locales that this bundle supports.

Return Value

string[] A list of locale codes.

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Intl/ResourceBundle/AbstractBundle.html