WellCommerce\Bundle\CurrencyBundle\Helper\CurrencyHelper::__construct PHP Method

__construct() public method

Constructor
public __construct ( WellCommerce\Bundle\CurrencyBundle\Converter\CurrencyConverterInterface $converter, WellCommerce\Bundle\CurrencyBundle\Formatter\CurrencyFormatterInterface $formatter )
$converter WellCommerce\Bundle\CurrencyBundle\Converter\CurrencyConverterInterface
$formatter WellCommerce\Bundle\CurrencyBundle\Formatter\CurrencyFormatterInterface
    public function __construct(CurrencyConverterInterface $converter, CurrencyFormatterInterface $formatter)
    {
        $this->converter = $converter;
        $this->formatter = $formatter;
    }