Class yii\twig\GetAttrAdjuster
| Inheritance | yii\twig\GetAttrAdjuster |
|---|---|
| Implements | Twig_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.
Public 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, \Twig_Environment $env ) | ||
| $node | ||
| $env | ||
| public void getPriority ( ) |
| public void leaveNode ( \Twig_Node $node, \Twig_Environment $env ) | ||
| $node | ||
| $env | ||