CustomerAddressCountryTranslationRepository
in package
implements
CustomerAddressCountryTranslationRepository
Interfaces, Classes and Traits
Table of Contents
- $addressFactory : CustomerAddressFactory
- $textManager : TextManager
- __construct() : mixed
- getCustomerCountryByIsoCode2() : CustomerAddressCountry
Properties
$addressFactory
private
CustomerAddressFactory
$addressFactory
$textManager
private
TextManager
$textManager
Methods
__construct()
public
__construct(TextManager $textManager, CustomerAddressFactory $addressFactory) : mixed
Parameters
- $textManager : TextManager
- $addressFactory : CustomerAddressFactory
Return values
mixed —getCustomerCountryByIsoCode2()
public
getCustomerCountryByIsoCode2(string $countryIsoCode2) : CustomerAddressCountry
Parameters
- $countryIsoCode2 : string