public function Twig_Parser::setParent in Translation template extractor 7.3
Same name and namespace in other branches
- 6.3 vendor/Twig/Parser.php \Twig_Parser::setParent()
File
- vendor/
Twig/ Parser.php, line 337
Class
- Twig_Parser
- Default parser implementation.
Code
public function setParent($parent) {
$this->parent = $parent;
}