public function Twig_NodeVisitor_Escaper::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php \Twig_NodeVisitor_Escaper::__construct()
File
- vendor/
twig/ twig/ lib/ 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();
}