CommerceGuys\Tax\Resolver\TaxType\EuTaxTypeResolver::__construct PHP Метод

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

Creates a EuTaxTypeResolver instance.
public __construct ( CommerceGuys\Tax\Repository\TaxTypeRepositoryInterface $taxTypeRepository )
$taxTypeRepository CommerceGuys\Tax\Repository\TaxTypeRepositoryInterface The tax type repository.
    public function __construct(TaxTypeRepositoryInterface $taxTypeRepository)
    {
        $this->taxTypeRepository = $taxTypeRepository;
    }