Home
last modified time | relevance | path

Searched refs:inABody (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php56 protected $inABody = false; variable in Twig\\NodeVisitor\\OptimizerNodeVisitor
77 if ($this->inABody) {
86 $this->inABody = true;
109 $this->inABody = false;
110 } elseif ($this->inABody) {