CommerceGuys\Addressing\Validator\Constraints\CountryConstraintValidator::__construct PHP Method

__construct() public method

Creates a CountryValidator instance.
public __construct ( CommerceGuys\Addressing\Country\CountryRepositoryInterface $countryRepository = null )
$countryRepository CommerceGuys\Addressing\Country\CountryRepositoryInterface
    public function __construct(CountryRepositoryInterface $countryRepository = null)
    {
        $this->countryRepository = $countryRepository ?: new CountryRepository();
    }
CountryConstraintValidator