2014-02-05 12 views

Antwort

21

Probieren Sie es aus:

<p>The current version is {{ constant('Twig_Environment::VERSION') }}</p> 
+0

Ehrfürchtig finden. Vielen Dank. – Tom

6

Sie es in vendor/twig/twig/lib/Twig/Environment.php

/** 
* Stores the Twig configuration. 
* 
* @author Fabien Potencier <[email protected]> 
*/ 
class Twig_Environment 
{ 
    const VERSION = '1.24.0'; 
Verwandte Themen