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.php136 private $numberFormat = [0, '.', ',']; variable in Twig\\Extension\\CoreExtension
199 $this->numberFormat = [$decimal, $decimalPoint, $thousandSep];
209 return $this->numberFormat;