Home
last modified time | relevance | path

Searched refs:numberFormat (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php78 private $numberFormat = [0, '.', ',']; variable in Twig\\Extension\\CoreExtension
173 $this->numberFormat = [$decimal, $decimalPoint, $thousandSep];
183 return $this->numberFormat;