Ejemplo n.º 1
0
 public function getFunctions()
 {
     $fn = parent::getFunctions();
     $fn[] = new \Twig_SimpleFunction('path_safe', array($this, 'getPathSafe'));
     return $fn;
 }