Home
last modified time | relevance | path

Searched refs:typeToString (Results 1 – 1 of 1) sorted by path

/template/twigstarter/vendor/twig/twig/src/
H A DToken.php55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
117 public static function typeToString($type, $short = false) function in Twig\\Token