Elcodi\Plugin\CustomShippingBundle\Factory\ShippingRangeFactory::__construct PHP Method

__construct() public method

Factory constructor
public __construct ( Elcodi\Component\Core\Wrapper\Interfaces\WrapperInterface $defaultCurrencyWrapper )
$defaultCurrencyWrapper Elcodi\Component\Core\Wrapper\Interfaces\WrapperInterface Default Currency wrapper
    public function __construct(WrapperInterface $defaultCurrencyWrapper)
    {
        $this->defaultCurrencyWrapper = $defaultCurrencyWrapper;
    }