yii\twig\GetAttrAdjuster - Yii2 类参考手册

Class yii\twig\GetAttrAdjuster

Inheritanceyii\twig\GetAttrAdjuster
ImplementsTwig\NodeVisitor\NodeVisitorInterface

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

方法详情 Method Details

enterNode() public method

public void enterNode ( \Twig\Node\Node $node, \Twig\Environment $env )
$node
$env
getPriority() public method

public void getPriority ( )
leaveNode() public method

public void leaveNode ( \Twig\Node\Node $node, \Twig\Environment $env )
$node
$env