Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php89 $this->wrapArrayNode($node, 'arguments');
92 $this->wrapArrayNode($node, 'arguments');
123 private function wrapArrayNode(Node $node, $name) function in Twig\\NodeVisitor\\SandboxNodeVisitor