public function Twig_Node::getIterator in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Node.php \Twig_Node::getIterator()
File
- vendor/
Twig/ Node.php, line 227
Class
- Twig_Node
- Represents a node in the AST.
Code
public function getIterator() {
return new ArrayIterator($this->nodes);
}