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

__construct() public method

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