diff --git a/lib/Twig/Node/Set.php b/lib/Twig/Node/Set.php index 144f315c5..7b1026f65 100644 --- a/lib/Twig/Node/Set.php +++ b/lib/Twig/Node/Set.php @@ -101,4 +101,9 @@ class Twig_Node_Set extends Twig_Node implements Twig_NodeListInterface $compiler->raw(";\n"); } + + public function getNames() + { + return $this->names; + } }