PHP Класс CommerceGuys\Addressing\Country\CountryRepository

Choosing the source at runtime allows integrations (such as the symfony bundle) to stay agnostic about the intl library they need.
Наследование: implements CommerceGuys\Addressing\Country\CountryRepositoryInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$countryRepository CommerceGuys\Intl\Country\CountryRepository The country repository, if commerceguys/intl is used.
$regionBundle Symfony\Component\Intl\ResourceBundle\RegionBundle The region bundle, if symfony/intl is used.

Открытые методы

Метод Описание
__construct ( ) Creates a CountryRepository instance.
getList ( $locale = null )

Описание методов

__construct() публичный Метод

Creates a CountryRepository instance.
public __construct ( )

getList() публичный Метод

public getList ( $locale = null )

Описание свойств

$countryRepository защищенное свойство

The country repository, if commerceguys/intl is used.
protected CountryRepository,CommerceGuys\Intl\Country $countryRepository
Результат CommerceGuys\Intl\Country\CountryRepository

$regionBundle защищенное свойство

The region bundle, if symfony/intl is used.
protected RegionBundle,Symfony\Component\Intl\ResourceBundle $regionBundle
Результат Symfony\Component\Intl\ResourceBundle\RegionBundle