Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->variables = new ParameterBag(array());
     $this->twigFilters[] = '\\Doctrine\\Common\\Util\\Inflector::classify';
     $this->twigExtensions[] = '\\Admingenerator\\GeneratorBundle\\Twig\\Extension\\EchoExtension';
     $this->twigExtensions[] = '\\Admingenerator\\GeneratorBundle\\Twig\\Extension\\ArrayExtension';
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->variables = new ParameterBag(array());
 }