public function Twig_NodeVisitor_Escaper::__construct in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/NodeVisitor/Escaper.php \Twig_NodeVisitor_Escaper::__construct()
File
- vendor/
Twig/ NodeVisitor/ Escaper.php, line 26
Class
- Twig_NodeVisitor_Escaper
- Twig_NodeVisitor_Escaper implements output escaping.
Code
public function __construct() {
$this->safeAnalysis = new Twig_NodeVisitor_SafeAnalysis();
}