PHP Interface WellCommerce\Bundle\LocaleBundle\Repository\LocaleRepositoryInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Repository\RepositoryInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode Description
getAvailableLocales ( ) : array Returns defined locales as an array
getLocaleNames ( ) : array Returns an array of locales fetched from intl component

Method Details

getAvailableLocales() public méthode

Returns defined locales as an array
public getAvailableLocales ( ) : array
Résultat array

getLocaleNames() public méthode

Returns an array of locales fetched from intl component
public getLocaleNames ( ) : array
Résultat array