yii\twig\GetAttrAdjuster - Yii2 类参考手册
Class yii\twig\GetAttrAdjuster
全部
| 方法 Methods
| Inheritance | yii\twig\GetAttrAdjuster |
|---|---|
| Implements | Twig\NodeVisitor\NodeVisitorInterface |
GetAttrAdjuster swaps Twig_Node_Expression_GetAttr nodes with yii\twig\GetAttr nodes.
Public Methods
隐藏继承的方法 Hide inherited methods
| 方法 Method | 简介 Description | 定义在 Defined By |
|---|---|---|
| enterNode() | yii\twig\GetAttrAdjuster | |
| getPriority() | yii\twig\GetAttrAdjuster | |
| leaveNode() | yii\twig\GetAttrAdjuster |
方法详情 Method Details
| public void enterNode ( \Twig\Node\Node $node, \Twig\Environment $env ) | ||
| $node | ||
| $env | ||
| public void getPriority ( ) |
| public void leaveNode ( \Twig\Node\Node $node, \Twig\Environment $env ) | ||
| $node | ||
| $env | ||