You are here

protected property Twig_Extension_Core::$numberFormat in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Extension/Core.php \Twig_Extension_Core::numberFormat

File

vendor/twig/twig/lib/Twig/Extension/Core.php, line 19

Class

Twig_Extension_Core

Code

protected $numberFormat = array(
  0,
  '.',
  ',',
);