Elcodi\Plugin\CustomShippingBundle\Factory\ShippingRangeFactory::__construct PHP 메소드

__construct() 공개 메소드

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;
    }