GetAttrNode ​
- Type
- Class
- Namespace
- craft\web\twig\nodes
- Inherits
- craft\web\twig\nodes\GetAttrNode »
Twig\Node\Expression\GetAttrExpression - Since
- 3.0.0
GetAttrNode is an alternative to \Twig\Node\Expression\GetAttrExpression, which sends attribute calls to TemplateHelper::attribute() rather than CoreExtension::getAttribute().
Public Methods ​
| Method | Description |
|---|---|
| __construct() | |
| compile() |
__construct() ​
Arguments ​
$nodes(array) – An array of named nodes$attributes(array) – An array of attributes (should not be nodes)$lineno(integer) – The line number
compile() ​
Arguments ​
$compiler