Sylius\Bundle\MoneyBundle\Twig\ConvertMoneyExtension::__construct PHP Method

__construct() public method

public __construct ( Sylius\Bundle\MoneyBundle\Templating\Helper\ConvertMoneyHelperInterface $helper )
$helper Sylius\Bundle\MoneyBundle\Templating\Helper\ConvertMoneyHelperInterface
    public function __construct(ConvertMoneyHelperInterface $helper)
    {
        $this->helper = $helper;
    }