public function Twig_Node::count in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Node.php \Twig_Node::count()
File
- vendor/
twig/ twig/ lib/ Twig/ Node.php, line 222
Class
- Twig_Node
- Represents a node in the AST.
Code
public function count() {
return count($this->nodes);
}