Class yii\twig\GetAttrAdjuster

Inheritanceyii\twig\GetAttrAdjuster
ImplementsTwig_NodeVisitorInterface
Source Code https://github.com/yiisoft/yii2-twig/blob/master/GetAttrAdjuster.php

GetAttrAdjuster swaps Twig_Node_Expression_GetAttr nodes with yii\twig\GetAttr nodes.

Method Details

enterNode() public method

public void enterNode ( \Twig_Node $node, \Twig_Environment $env )
$node
$env
getPriority() public method

public void getPriority ( )
leaveNode() public method

public void leaveNode ( \Twig_Node $node, \Twig_Environment $env )
$node
$env