Home
last modified time | relevance | path

Searched refs:safeVars (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php38 protected $safeVars = []; variable in Twig\\NodeVisitor\\EscaperNodeVisitor
51 $this->safeVars = [];
58 $this->safeVars[] = $node->getNode('var')->getAttribute('name');
68 $this->safeVars = [];
133 $this->safeAnalysis->setSafeVars($this->safeVars);
H A DSafeAnalysisNodeVisitor.php32 protected $safeVars = []; variable in Twig\\NodeVisitor\\SafeAnalysisNodeVisitor
34 public function setSafeVars($safeVars) argument
36 $this->safeVars = $safeVars;
129 if ('_self' == $name || \in_array($name, $this->safeVars)) {