Documentation

TranslationDefaultDomainNodeVisitor extends AbstractNodeVisitor
in package

FinalYes

Used to make node visitors compatible with Twig 1.x and 2.x.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$scope  : mixed

Methods

__construct()  : mixed
enterNode()  : Node
Called before child nodes are visited.
getPriority()  : int
{@inheritdoc}
leaveNode()  : Node|null
Called after child nodes are visited.
doEnterNode()  : Node
Called before child nodes are visited.
doLeaveNode()  : Node|null
Called after child nodes are visited.
getVarName()  : string
isNamedArguments()  : bool

Properties

Methods


        
On this page

Search results