mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
added a missing accessor in Twig_Node_Set
git-svn-id: http://svn.twig-project.org/trunk@222 93ef8e89-cb99-4229-a87c-7fa0fa45744b
This commit is contained in:
@@ -101,4 +101,9 @@ class Twig_Node_Set extends Twig_Node implements Twig_NodeListInterface
|
||||
|
||||
$compiler->raw(";\n");
|
||||
}
|
||||
|
||||
public function getNames()
|
||||
{
|
||||
return $this->names;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user